issues
search
tursodatabase
/
libsql
libSQL is a fork of SQLite that is both Open Source, and Open Contributions.
https://turso.tech/libsql
MIT License
11.31k
stars
286
forks
source link
Refactor and update storage server proto
#1457
Closed
avinassh
closed
5 months ago
avinassh
commented
5 months ago
Update proto to send
max_frame_no
while inserting frames so that we can have multiple writers
cleanup: remove
insert_frame
method and impl. Use
insert_frames
instead
Remove
FrameData
, use
Frame
from proto instead
max_frame_no
while inserting frames so that we can have multiple writersinsert_frame
method and impl. Useinsert_frames
insteadFrameData
, useFrame
from proto instead