Closed avinassh closed 5 months ago
This patch adds the storage gRPC server. It is based on the proto that was previously merged in https://github.com/tursodatabase/libsql/pull/1426
This adds a FrameStore trait which lets us implement different pluggable storage backends. Check the simple in-memory storage InMemFrameStore for a sample implementation
FrameStore
InMemFrameStore
This patch adds the storage gRPC server. It is based on the proto that was previously merged in https://github.com/tursodatabase/libsql/pull/1426
This adds a
FrameStore
trait which lets us implement different pluggable storage backends. Check the simple in-memory storageInMemFrameStore
for a sample implementation