import * as libpkgx from "https://deno.land/x/libpkgx@v0.20.0/vendor/sqlite3@0.10.0/mod.ts";
Classes
Represents a SQLite3 database connection. | |
Represents a prepared statement. |
Interfaces
Various options that can be configured when opening Database connection. | |
Options for user-defined functions. |
Type Aliases
Types that can be possibly serialized as SQLite bind values | |
Transaction function created using |