-
-
Notifications
You must be signed in to change notification settings - Fork 33.4k
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.sqliteIssues and PRs related to the SQLite subsystem.Issues and PRs related to the SQLite subsystem.
Description
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
Delapouite, aduh95, elvessilvavieira, thegu5, TheOneTheOnlyJJ and 2 morecjihrig, TheOneTheOnlyJJ and miguelmarcondesf
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.sqliteIssues and PRs related to the SQLite subsystem.Issues and PRs related to the SQLite subsystem.
Type
Projects
Status
Triaged
Milestone
Relationships
Development
Select code repository
Activity
mcollina commentedon Mar 20, 2025
cc @nodejs/sqlite
geeksilva97 commentedon Jun 21, 2025
+1
I can see the value in such a feature, and it has been requested in other packages out there.
Refs:
geeksilva97 commentedon Jun 21, 2025
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?