Added sqlx with sqlite driver

This commit is contained in:
Lucas Schumacher 2023-10-26 10:18:52 -04:00
parent 5b51404a4c
commit db5aa38ccb
2 changed files with 797 additions and 8 deletions

804
Cargo.lock generated

File diff suppressed because it is too large Load Diff

View File

@ -8,3 +8,4 @@ poem = { version = "1.3.58", features = ["websocket"]}
tokio = { version = "1.17.0", features = ["rt-multi-thread", "macros"] }
futures-util = "0.3.17"
tracing-subscriber = { version ="0.3.9", features = ["env-filter"] }
sqlx = { version = "0.7.2", features = ["runtime-tokio", "sqlite"] }