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.7.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 occur while interacting with a database.

Enums

Status codes which can be returned by SQLite.

Interfaces

Name of a column returned from a database query.

Options for opening a database from an in-memory buffer.

Options for defining a custom SQL function.

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.

Possible arguments a user-defined SQL function might receive.

Values a user-defined SQL function is allowed to return.