Closed
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
Type
Projects
Status
Awaiting Triage