UNPKG

@naturalcycles/db-lib

Version:

Lowest Common Denominator API to supported Databases

12 lines (9 loc) 260 B
import { CacheDB } from './cache.db' import { CacheDBCfg, CacheDBCreateOptions, CacheDBOptions, CacheDBStreamOptions, } from './cache.db.model' export type { CacheDBCfg, CacheDBCreateOptions, CacheDBOptions, CacheDBStreamOptions } export { CacheDB }