Add a method for retrieving the database location #57859
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?
This might be useful for cases where only the
DatabaseSync
object is received.What is the feature you are proposing to solve the problem?
Add the method
DatabaseSync.prototype.location
as a wrapper to sqlite3_db_filename. It might receive thedatabase name
as an argument.What alternatives have you considered?
N/A
The text was updated successfully, but these errors were encountered: