Allow manual checkpointing #681
Closed
northeastprince
started this conversation in
Ideas
Replies: 2 comments
|
@northeastprince Thanks for asking about this. Can you share a bit more information about your use case? Adding a wrapper for |
0 replies
|
You may be able to use the pragma for this: https://www.sqlite.org/pragma.html#pragma_wal_checkpoint |
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
It'd be nice if there was a way to manually checkpoint the WAL file if you need everything in one file at a certain moment.
All reactions