Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Module

x/sqlite/src/db.ts

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

Classes

A database handle that can be used to run queries.

Interfaces

Options for opening a database.