feat: allow to infer database from url connection

This commit is contained in:
Alexander Navarro 2025-01-22 16:46:32 -03:00
parent a4fe3808de
commit 48a582eb7e
5 changed files with 29 additions and 3 deletions

View file

@ -16,3 +16,4 @@ sqlx = { version = "0.8", features = [
] }
thiserror = "2.0.11"
tokio = { version = "1.43.0", features = ["full"] }
url = "2.5.4"