Skip to main content
Module

x/kv_storage/sqlite.ts

An implementation of the StorageArea interface for Deno.
Go to Latest
File
// Same as `mod.ts`, but with the SQLite adapter pre-imported.import './adapters/sqlite.ts';export { StorageArea, DenoStorageArea } from './mod.ts';export type { DenoStorageAreaOptions, AllowedKey, Key, DBProtocol, DB_URL } from './mod.ts'