WIP: started DB creating and naive inserts
This commit is contained in:
parent
80a894b829
commit
d4a4db42aa
4 changed files with 161 additions and 7 deletions
|
@ -17,6 +17,10 @@ util = { path = "../util" }
|
|||
anyhow.workspace = true
|
||||
futures.workspace = true
|
||||
smol.workspace = true
|
||||
sqlx = { version = "0.6", features = ["sqlite","runtime-tokio-rustls"] }
|
||||
async-compat = "0.2.1"
|
||||
conv = "0.3.3"
|
||||
rand.workspace = true
|
||||
|
||||
[dev-dependencies]
|
||||
gpui = { path = "../gpui", features = ["test-support"] }
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue