-
-
Notifications
You must be signed in to change notification settings - Fork 34.2k
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.
Description
What is the problem this feature will solve?
Currently, Node.js statically links SQLite by default. For environments requiring system-level library management (e.g., security updates), it would be beneficial to support dynamic linking of SQLite. This allows using the system-provided libsqlite3 instead of the bundled version.
What is the feature you are proposing to solve the problem?
**- Add a --shared-sqlite configure flag.
- Modify build scripts to check for system SQLite and link dynamically if available.**
What alternatives have you considered?
No response
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.
Type
Projects
Status
Awaiting Triage