Hacky little test harness to ensure a unique database container per pool per test.
This commit is contained in:
parent
f7fcb22986
commit
5fb2cc9f55
3 changed files with 555 additions and 13 deletions
|
@ -4,5 +4,7 @@ version = "0.1.0"
|
|||
edition = "2024"
|
||||
|
||||
[dependencies]
|
||||
derive_more = { version = "2", features = ["deref", "deref_mut"] }
|
||||
mysql_async = "0.36"
|
||||
testcontainers-modules = { version = "0.12", features = ["mysql"] }
|
||||
tokio = { version = "1", features = ["macros", "rt-multi-thread"] }
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue