Skip to content

Use sqlite backup API #39

@Rory-Reid

Description

@Rory-Reid

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

No one assigned

    Labels

    quick-winDescribes an assumed "Quick Win" - worth considering throwing a few of these in oftentechnicalFix of a technical nature, not directly "A feature"

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions