Skip to main content
Module

x/sqlite3/src/database.ts>Database#loadExtension

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

Loads an SQLite extension library from the named file.

Parameters

file: string
optional
entryPoint: string