added database_pool crate, for pool handling and migrations
This commit is contained in:
parent
27d02a0d5c
commit
f60eb616d3
11 changed files with 197 additions and 0 deletions
|
|
@ -3,3 +3,8 @@
|
|||
members = [
|
||||
"crates/*"
|
||||
]
|
||||
|
||||
[workspace.dependencies]
|
||||
thiserror = "1"
|
||||
chrono = "0.4.23"
|
||||
sqlx = "0.5.13"
|
||||
Loading…
Add table
Add a link
Reference in a new issue