Skip to main content
Module

x/sqlite3/bench/backend.ts>Prepare

Fast, native bindings to SQLite3 C API, using Deno FFI.
Go to Latest
interface Prepare
import { type Prepare } from "https://deno.land/x/sqlite3@0.4.3/bench/backend.ts";

Methods

execute(params: unknown[]): void
finalize(): void