-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Labels
quick-winDescribes an assumed "Quick Win" - worth considering throwing a few of these in oftenDescribes an assumed "Quick Win" - worth considering throwing a few of these in oftentechnicalFix of a technical nature, not directly "A feature"Fix of a technical nature, not directly "A feature"
Description
Currently I backup the database by directly copying the hot database file to a new location.
This is probably okay for now since Basemix does nothing in the background, "closes the connection" after each operation, and you have to go out of your way to manually backup the db.
But.
Sqlite has a Backup API which is designed to safely let you backup the database while it is in usage.
Metadata
Metadata
Assignees
Labels
quick-winDescribes an assumed "Quick Win" - worth considering throwing a few of these in oftenDescribes an assumed "Quick Win" - worth considering throwing a few of these in oftentechnicalFix of a technical nature, not directly "A feature"Fix of a technical nature, not directly "A feature"