feat: add db state persistence
This commit is contained in:
parent
6bf4e34006
commit
e75ea5d5db
4 changed files with 115 additions and 39 deletions
|
|
@ -11,6 +11,7 @@ anyhow = "1.0.76"
|
|||
clap = { version = "4.4.18", features = ["derive"] }
|
||||
async-trait = "0.1.74"
|
||||
rand = "0.8.5"
|
||||
serde_json = "1.0.112"
|
||||
minisql = { path = "../minisql" }
|
||||
proto = { path = "../proto" }
|
||||
parser = { path = "../parser" }
|
||||
Loading…
Add table
Add a link
Reference in a new issue