-
Notifications
You must be signed in to change notification settings - Fork 339
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
libsql: add wal frame_count and get_frame safe fn
This just moves unsafe wal code from safe database code to their own self contained safe fn. This clears up the safe and unsafe boundary instead of mixing and matching like before. This also creates a clear point of audit of our unsafe usage.
- Loading branch information
1 parent
265bd83
commit 682ac9d
Showing
2 changed files
with
40 additions
and
18 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters