-
-
Notifications
You must be signed in to change notification settings - Fork 33.3k
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?
Some tine it is needed to get current transaction state.
better-sqlite3
provides inTransaction
property for this. It is true is database handle is currently in the transaction state.
Could you please add something similar?
What is the feature you are proposing to solve the problem?
See above.
What alternatives have you considered?
See above.
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