Skip to main content
Module

x/libpkgx/vendor/sqlite3@0.10.0/mod.ts

`import`… but with pkging powers
Very Popular
Go to Latest
import * as libpkgx from "https://deno.land/x/libpkgx@v0.18/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 Database#transaction.