Skip to content

node:sqlite unable to load extensions #29030

Closed
@gigazach

Description

@gigazach

Version: Deno 2.3.0-rc.2+74425dd

https://docs.deno.com/api/node/sqlite/~/DatabaseSync.prototype.loadExtension

import { DatabaseSync } from "node:sqlite";

const db = new DatabaseSync('./data.db', {
    allowExtension: true,
    readOnly: false
});

db.loadExtension('./uuid.dll');

error: Uncaught (in promise) TypeError: db.loadExtension is not a function

Metadata

Metadata

Assignees

Labels

bugSomething isn't working correctlynode APIRelated to various "node:*" modules APIsnode:sqliteIssues related to the `node:sqlite` module

Type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions