Skip to main content
Module

x/sqlite3/mod.ts

The fastest and correct module for SQLite3 in Deno.
Go to Latest
import * as sqlite3 from "https://deno.land/x/sqlite3@0.7.3/mod.ts";

Classes

Represents a SQLite3 database connection.

Enumerates SQLite3 Blob opened for streamed I/O.

Represents a prepared statement.

Variables

SQLite source ID string

SQLite version string

Functions

Whether the given SQL statement is complete.

Interfaces

Various options that can be configured when opening a Blob via Database#openBlob.

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.