UNPKG

@worker-tools/deno-kv-storage

Version:

An implementation of the StorageArea (1,2,3) interface for Deno with an extensible system for supporting various database backends.

5 lines 215 B
// Same as `mod.ts`, but with the SQLite adapter pre-imported. import "./_dnt.polyfills.js"; import './adapters/sqlite.js'; export { StorageArea, DenoStorageArea } from './mod.js'; //# sourceMappingURL=sqlite.js.map