Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
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