method Database.prototype.loadExtensionimport { Database } from "https://deno.land/x/sqlite3@0.12.0/mod.ts"; loadExtension(file: string, entryPoint?: string): voidLoads an SQLite extension library from the named file. Parametersfile: stringoptionalentryPoint: stringReturnsvoid