Skip to main content
Module

x/sqlite/mod.ts

Deno SQLite module
Go to Latest
File
export { DB } from "./src/db.ts";export { Empty } from "./src/rows.ts";export { Status } from "./src/constants.ts";
export type { PreparedQuery, QueryParam } from "./src/db.ts";export type { ColumnName } from "./src/rows.ts";
// imports for deno docimport { Rows } from "./src/rows.ts";