generated from alecodes/base-template
feat: allow to infer database from url connection
This commit is contained in:
parent
a4fe3808de
commit
48a582eb7e
5 changed files with 29 additions and 3 deletions
|
|
@ -16,3 +16,4 @@ sqlx = { version = "0.8", features = [
|
|||
] }
|
||||
thiserror = "2.0.11"
|
||||
tokio = { version = "1.43.0", features = ["full"] }
|
||||
url = "2.5.4"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue