Very WIP (i.e broken) start of SQLite storage in server

This commit is contained in:
dbr
2021-04-29 16:00:22 +10:00
parent ff894f6ff6
commit 60ff0a8d11
4 changed files with 279 additions and 0 deletions

3
Cargo.lock generated
View File

@@ -2228,8 +2228,11 @@ dependencies = [
"futures",
"kv",
"log",
"rusqlite",
"serde",
"serde_json",
"tempfile",
"thiserror",
"uuid",
]