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

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

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

Loads an SQLite extension library from the named file.

Parameters

file: string
optional
entryPoint: string