0
0
mirror of https://github.com/tursodatabase/libsql.git synced 2024-12-03 17:16:01 +00:00
libsql/libsql-wal
Pekka Enberg 61558b2a9e libsql-{sqlite3,ffi}: Add xReadFrameRaw() to the virtual WAL API
This adds a new xReadFrameRaw() function to the virtual WAL API, which
upper layers can use to fetch the full frame, including the page number,
that is useful for appending frames to a WAL.
2024-10-29 13:30:27 +02:00
..
benches move open logic to SharedWal 2024-10-10 10:24:22 +02:00
src libsql-{sqlite3,ffi}: Add xReadFrameRaw() to the virtual WAL API 2024-10-29 13:30:27 +02:00
tests fmt 2024-09-18 20:31:14 +02:00
Cargo.toml streaming compaction 2024-09-30 13:22:21 +02:00