Skip to main content
Module

x/sqlite3/mod.ts>Statement#enableCallback

The fastest and correct module for SQLite3 in Deno.
Latest
method Statement.prototype.enableCallback
import { Statement } from "https://deno.land/x/sqlite3@0.11.1/mod.ts";

Shorthand for this.callback = true. Enables calling user defined functions.