WIP: started DB creating and naive inserts

This commit is contained in:
KCaverly 2023-06-22 13:25:33 -04:00
parent 80a894b829
commit d4a4db42aa
4 changed files with 161 additions and 7 deletions

View file

@ -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"] }