Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

support sqlite.loadExtension #53898

Closed
himself65 opened this issue Jul 17, 2024 · 2 comments
Closed

support sqlite.loadExtension #53898

himself65 opened this issue Jul 17, 2024 · 2 comments
Labels
feature request Issues that request new features to be added to Node.js. sqlite Issues and PRs related to the SQLite subsystem.

Comments

@himself65
Copy link
Member

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

@himself65 himself65 added feature request Issues that request new features to be added to Node.js. sqlite Issues and PRs related to the SQLite subsystem. labels Jul 17, 2024
@github-project-automation github-project-automation bot moved this to Awaiting Triage in Node.js feature requests Jul 17, 2024
@avivkeller avivkeller moved this from Awaiting Triage to In Progress in Node.js feature requests Jul 17, 2024
@himself65
Copy link
Member Author

let me work on this now

@cjihrig
Copy link
Contributor

cjihrig commented Dec 12, 2024

Fixed by #53900

@cjihrig cjihrig closed this as completed Dec 12, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature request Issues that request new features to be added to Node.js. sqlite Issues and PRs related to the SQLite subsystem.
Projects
Archived in project
Development

Successfully merging a pull request may close this issue.

2 participants