Skip to content

Request for dynamic linking support for SQLite #57434

Closed
@simg928

Description

@simg928

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

No one assigned

    Labels

    feature requestIssues that request new features to be added to Node.js.

    Type

    No type

    Projects

    Status

    Awaiting Triage

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions