UNPKG

@naturalcycles/db-lib

Version:

Lowest Common Denominator API to supported Databases

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