-
-
Notifications
You must be signed in to change notification settings - Fork 32.3k
Closed
Labels
feature requestIssues that request new features to be added to Node.js.Issues that request new features to be added to Node.js.sqliteIssues and PRs related to the SQLite subsystem.Issues and PRs related to the SQLite subsystem.
Description
What is the problem this feature will solve?
Support SQLite load extension feature.
https://www.sqlite.org/loadext.html
What is the feature you are proposing to solve the problem?
db.loadExtension(path)
What alternatives have you considered?
better-sqlite3
,
node-sqlite3
,
jsr:@db/sqlite
bun:sqlite
They all have such APIs
Metadata
Metadata
Assignees
Labels
feature requestIssues that request new features to be added to Node.js.Issues that request new features to be added to Node.js.sqliteIssues and PRs related to the SQLite subsystem.Issues and PRs related to the SQLite subsystem.
Type
Projects
Status
In Progress