deepbase
Version:
⚡ DeepBase - Fastest and simplest way to add persistence to your projects.
11 lines (7 loc) • 325 B
JavaScript
import { DeepBase } from './DeepBase.js';
export { DeepBase } from './DeepBase.js';
export { DeepBaseDriver } from './DeepBaseDriver.js';
// Note: JsonDriver is not exported from core anymore to allow browser usage
// Import it separately if needed:
// import { JsonDriver } from 'deepbase-json';
export default DeepBase;