feat: add MongoDB support with connection pooling and repository pattern
This commit is contained in:
@@ -5,7 +5,10 @@ edition = "2024"
|
||||
|
||||
[dependencies]
|
||||
axum = "0.8.4"
|
||||
bson = { version = "2.9.0", features = ["chrono-0_4"] }
|
||||
chrono = { version = "0.4", features = ["serde"] }
|
||||
dotenvy = "0.15.7"
|
||||
mongodb = "2.8.2"
|
||||
serde = { version = "1.0.219", features = ["derive"] }
|
||||
serde_json = "1.0.142"
|
||||
sqlx = { version = "0.8.6", features = ["runtime-tokio", "tls-native-tls"] }
|
||||
|
||||
Reference in New Issue
Block a user