Skip to main content
Module

x/fast_storage/deps.ts>sqlite

An optimized key-value storage based on sqlite.
Go to Latest
namespace sqlite
import { sqlite } from "https://deno.land/x/fast_storage@v1.7/deps.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.