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

Serialize on-disk databases by simply reading SQLite file #884

Merged
merged 5 commits into from
Sep 8, 2021

Conversation

otoolep
Copy link
Member

@otoolep otoolep commented Sep 8, 2021

This is safe according to https://sqlite.org/howtocorrupt.html and avoids any sqlite3_serialize() limitations.

@otoolep otoolep changed the title Serialize on disk by reading SQLite file Serialize on-disk databases by simply reading SQLite file Sep 8, 2021
@otoolep otoolep merged commit 45762ff into master Sep 8, 2021
@otoolep otoolep deleted the serialize-on-disk-directly branch September 8, 2021 14:06
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.

None yet

1 participant