UNPKG

@naturalcycles/db-lib

Version:

Lowest Common Denominator API to supported Databases

12 lines (9 loc) 271 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 }