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 221 B
// Same as `mod.ts`, but with the Postgres adapter pre-imported. import "./_dnt.polyfills.js"; import './adapters/postgres.js'; export { StorageArea, DenoStorageArea } from './mod.js'; //# sourceMappingURL=postgres.js.map