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
8
crates/database_pool/Cargo.toml
Normal file
8
crates/database_pool/Cargo.toml
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
[package]
|
||||
name = "database_pool"
|
||||
version = "0.0.0"
|
||||
edition = "2021"
|
||||
|
||||
[dependencies.sqlx]
|
||||
workspace = true
|
||||
features = ["sqlite", "migrate", "runtime-tokio-rustls"]
|
||||
Loading…
Add table
Add a link
Reference in a new issue