Skip to main content
Module

x/sqlite3/src/statement.ts>Statement#enableCallback

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

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