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.

10 lines (7 loc) 293 B
export { DB } from "./src/db.js"; export { Empty } from "./src/rows.js"; export { Status } from "./src/constants.js"; export type { PreparedQuery, QueryParam } from "./src/db.js"; export type { ColumnName } from "./src/rows.js"; // imports for deno doc import { Rows } from "./src/rows.js";