now using postgres

This commit is contained in:
2026-03-26 23:25:57 +01:00
parent d973d362f8
commit 5b3f8b89d5
4 changed files with 131 additions and 111 deletions

View File

@@ -11,7 +11,7 @@ clap = { version = "4.6.0", features = ["derive"] }
serde = { version = "1.0.228", features = ["derive"] }
serde_json = "1.0.149"
# slimes = { version = "1.0.0", path = ".." }
sqlx = { version = "0.8.6", features = ["chrono", "sqlite", "runtime-tokio"] }
sqlx = { version = "0.8.6", features = ["chrono", "runtime-tokio", "postgres"] }
tokio = { version = "1.50.0", features = ["rt-multi-thread", "macros"] }
tower-http = { version = "0.6.8", features = ["fs", "cors"] }
tower_governor = "0.8.0"