-
-
Notifications
You must be signed in to change notification settings - Fork 33.1k
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?
Our sqlite
driver uses columns into to automatically decode content.
In any case this is useful functionality that can be used in many other cases (debugging, logging, etc.).
What is the feature you are proposing to solve the problem?
I am not familiar with the sqlite
internal API but I think you need to expose sth.columns()
method or something similar.
What alternatives have you considered?
No alternatives.
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
Awaiting Triage