[sqlite] Add inTransaction
property
#57922
Labels
feature request
Issues that request new features to be added to Node.js.
sqlite
Issues and PRs related to the SQLite subsystem.
What is the problem this feature will solve?
Some tine it is needed to get current transaction state.
better-sqlite3
providesinTransaction
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.
The text was updated successfully, but these errors were encountered: