Skip to main content
Module

x/sqlite/mod.ts

Deno SQLite module
Go to Latest
import * as sqlite from "https://deno.land/x/sqlite@v3.4.0/mod.ts";

Classes

A database handle that can be used to run queries.

A prepared query which can be executed many times.

Errors which can be thrown while interacting with a database.

Enums

Status codes which can be returned by SQLite.

Interfaces

Name of a column in a database query.

Options for opening a database.

Type Aliases

Possible parameter values to be bound to a query.

A set of query parameters.

The default type for returned rows.

The default type for row returned as objects.