mirror of
https://github.com/tursodatabase/libsql.git
synced 2025-07-06 10:03:32 +00:00
* Add build and version files * Add `FrameStore` trait This trait provides the methods which can be implemented by different storage backends like Redis, Foundation DB etc. * Add a gRPC server which implements Storage Server proto * Add storage server runner with pluggable storage backends * Add an InMemory FrameStore * Address review comments - Remove unnecessary Arc/Mutex in the Service struct - Chnage all `&self mut` to `&self` in the `FrameStore` trait, handle locking internally * Set cargo publish to false
156 B
156 B