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

x/sqlite3/src/statement.ts>RestBindParameters

The fastest and correct module for SQLite3 in Deno.
Go to Latest
type alias RestBindParameters
import { type RestBindParameters } from "https://deno.land/x/sqlite3@0.8.0/src/statement.ts";
definition: BindValue[] | [BindParameters]