import * as sqlite from "https://deno.land/x/sqlite@v3.9.0/mod.ts";
Classes
c DB | 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. |
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. | |
T Row | 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. |