Make sqlite module consitent with other modules like fs #56940
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?
node:sqlite
module deals with paths for the database location. We should supportBuffer
andURL
following up on this comment. Just like fs does.What is the feature you are proposing to solve the problem?
Support both the three options: String, Buffer and URL
What alternatives have you considered?
No response
The text was updated successfully, but these errors were encountered: