tursodatabase / libsql

libSQL is a fork of SQLite that is both Open Source, and Open Contributions.
https://turso.tech/libsql
MIT License
11.28k stars 286 forks source link

Add storage server RPC client #1430

Closed avinassh closed 5 months ago

avinassh commented 5 months ago

This patch adds the RPC client for the storage server. It is based on the proto that was previously merged in #1426

This is a preliminary work and I expect it to go through several modifications. The transaction layer isn't correct, there are issues which will be fixed in the subsequent PRs. I have added appropriate TODOs.

need your help / review in: