Skip to content
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

Add ability to backup the database #29

Merged
merged 2 commits into from
Aug 25, 2024

Conversation

andreasley
Copy link
Contributor

SQLite provides an Online Backup API to make a copy of the whole database without closing it.

This pull request adds the method backup to Blackbird.Database to use said API in a simple manner.

@marcoarment marcoarment merged commit ea48c02 into marcoarment:main Aug 25, 2024
1 check passed
@marcoarment
Copy link
Owner

Great work! Thanks.

@andreasley andreasley deleted the feature-backup branch August 26, 2024 11:30
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants