add sqlite serialize/deserialize example (#4167)
- Use SqliteOwnedBuf with serialize/deserialize to snapshot an in-memory database as raw bytes - Embed the bytes in a custom container format (magic header + db) - Round-trip: create → serialize → write → read → deserialize → query
M
Mattia Righetti committed
dc12a3dec7f4bc52701edfd2818ec14019c628df
Parent: e72f822
Committed by GitHub <noreply@github.com>
on 4/8/2026, 12:19:43 AM