Skip to main content
Deno 2 is finally here 🎉️
Learn more
Module

x/sqlite3/mod.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/mod.ts";

Loads an SQLite extension library from the named file.

Parameters

file: string
optional
entryPoint: string