Start of SQLite backed storage #131

This commit is contained in:
dbr
2021-04-22 11:48:05 +10:00
parent 6a0bddab38
commit e40724b381
4 changed files with 560 additions and 0 deletions

View File

@@ -12,6 +12,7 @@ use uuid::Uuid;
mod config;
mod inmemory;
mod kv;
mod sqlite;
mod operation;
pub use self::kv::KvStorage;