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

x/stowrage/deps.ts>DB#bindStmt

Stowre all the thing's you like
Latest
method DB.prototype.bindStmt
import { DB } from "https://deno.land/x/stowrage@v0.4.2/deps.ts";

Parameters

stmt: StatementPtr
values: Record<string, QueryParam> | QueryParam[]