UNPKG

@naturalcycles/db-lib

Version:

Lowest Common Denominator API to supported Databases

5 lines (4 loc) 253 B
import { CacheDB } from './cache.db'; import { CacheDBCfg, CacheDBCreateOptions, CacheDBOptions, CacheDBStreamOptions } from './cache.db.model'; export type { CacheDBCfg, CacheDBCreateOptions, CacheDBOptions, CacheDBStreamOptions }; export { CacheDB };