Add database and location query functionality
This commit is contained in:
parent
c6dd6abaf1
commit
e3cccfe5ba
3 changed files with 51 additions and 8 deletions
|
|
@ -10,7 +10,13 @@ async-graphql = "7"
|
|||
async-graphql-axum = "7"
|
||||
serde = "1"
|
||||
serde_json = "1"
|
||||
sqlx = { version = "0.8", features = ["runtime-tokio", "tls-rustls-aws-lc-rs", "postgres"] }
|
||||
sqlx = { version = "0.8", features = [
|
||||
"runtime-tokio",
|
||||
"tls-rustls-aws-lc-rs",
|
||||
"postgres",
|
||||
"chrono",
|
||||
"json"
|
||||
] }
|
||||
chrono = "0.4"
|
||||
dotenv = "0.15.0"
|
||||
anyhow = "1.0"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue