Remove kv storage backend
Now uses sqlite by default
This commit is contained in:
@@ -11,13 +11,12 @@ use uuid::Uuid;
|
||||
|
||||
mod config;
|
||||
mod inmemory;
|
||||
mod kv;
|
||||
mod operation;
|
||||
mod sqlite;
|
||||
|
||||
pub use self::kv::KvStorage;
|
||||
pub use config::StorageConfig;
|
||||
pub use inmemory::InMemoryStorage;
|
||||
pub use sqlite::SqliteStorage;
|
||||
|
||||
pub use operation::Operation;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user