Skip to main content
Module

x/sqlite3/src/statement.ts

Fast, native bindings to SQLite3 C API, using Deno FFI.
Go to Latest
import * as sqlite3 from "https://deno.land/x/sqlite3@0.4.3/src/statement.ts";

Classes

Represents a prepared statement. Should only be created by Database.prepare().

Represents the current Row in a Prepared Statement. Should not be created directly. Use PreparedStatement.row or Row returned by PreparedStatement.step() instead.

Enums

SQLite 3 value types.