Skip to content

Add template tags support to node:sqlite #57570

Open
@mcollina

Description

@mcollina
Member

What is the problem this feature will solve?

I've created a small module https://github.com/mcollina/node-sqlite-tags to add template tags to our SQLite implementation.

What is the feature you are proposing to solve the problem?

Adding something similar to the module itself.

What alternatives have you considered?

No response

Activity

added
feature requestIssues that request new features to be added to Node.js.
on Mar 20, 2025
mcollina

mcollina commented on Mar 20, 2025

@mcollina
SponsorMemberAuthor

cc @nodejs/sqlite

added
sqliteIssues and PRs related to the SQLite subsystem.
on Apr 15, 2025
moved this from Awaiting Triage to Triaged in Node.js feature requestson Apr 15, 2025
linked a pull request that will close this issue on Jun 18, 2025
geeksilva97

geeksilva97 commented on Jun 21, 2025

@geeksilva97
Contributor
geeksilva97

geeksilva97 commented on Jun 21, 2025

@geeksilva97
Contributor

Do you see this as a new API just for working with tags, @mcollina, or would it be on top of the current api like below?

db.run`some query here`
db.all`some query`
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    feature requestIssues that request new features to be added to Node.js.sqliteIssues and PRs related to the SQLite subsystem.

    Type

    No type

    Projects

    Status

    Triaged

    Milestone

    No milestone

    Relationships

    None yet

      Development

      Participants

      @mcollina@geeksilva97@gurgunday

      Issue actions

        Add template tags support to node:sqlite · Issue #57570 · nodejs/node