-
-
Notifications
You must be signed in to change notification settings - Fork 37.1k
node:sqlite: support database.backup #55413
Copy link
Copy link
Closed
Labels
feature requestIssues requesting new Node.js features.Issues requesting new Node.js features.sqliteIssues and PRs related to the SQLite subsystem.Issues and PRs related to the SQLite subsystem.
Description
Activity
Metadata
Metadata
Assignees
Labels
feature requestIssues requesting new Node.js features.Issues requesting new Node.js features.sqliteIssues and PRs related to the SQLite subsystem.Issues and PRs related to the SQLite subsystem.
Type
Projects
- StatusShow more project fieldsTriaged
What is the problem this feature will solve?
no simple function to make backup of the sqlite database.
What is the feature you are proposing to solve the problem?
make a backup of sqlite database with a simple function like
database.backup(filename);refer to sqlite backup API: https://www.sqlite.org/backup.html
What alternatives have you considered?
No response