-
-
Notifications
You must be signed in to change notification settings - Fork 412
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Support the online backup API #95
Comments
Sure, there's no reason this can't be done. You can make a PR to speed things up, otherwise I'll get to it when I have time. |
Are you planning to add this? |
Soon version 5.0.0 will be released. That version won't have the online backup API, but soon after that I'll be working on adding support for this in a minor version. |
Version 5.0.0 is now released. This feature is next on the to-do list! |
I'm also interested in this ! [insert motivation picture here] |
Edit: the above statement is not strictly true. |
Sorry... how would I back up using this api? |
oops. thx. |
This came up when I was looking for a durable storage layer with hot backup capabilities. SQLite3 supports it readily: https://sqlite.org/backup.html The API just needs to be exposed to node. It looks like this (and probably other APIs) are unimplemented in all of the popular SQLite bindings for nodeJS.
The text was updated successfully, but these errors were encountered: