mirror of
https://github.com/tursodatabase/libsql.git
synced 2025-01-21 05:05:10 +00:00
d81f613f50
Previously, we only sent the `page_no` and `Frame` to insert and let Storage Server assign the frame numbers during inserts. This patch changes this behaviour and moves this logic to client side. This helps in two ways: - Decouples logic from storage server - When caching any info at client side, we don't need anything else other than success response from storage server