UNPKG

zeno-db

Version:

A lightweight, offline-first client-side database with automatic sync capabilities

7 lines (6 loc) 290 B
export type { ZenoConfig, Change, StorageAdapter, SyncAdapter } from './types'; export { IndexedDBAdapter } from './storage/indexedDBAdapter'; export { WebSocketSync } from './sync/websocketSync'; export { ZenoDB } from './ZenoDB'; import { ZenoDB } from './ZenoDB'; export default ZenoDB;