Adjusting to make the database better tested.

This commit is contained in:
2025-09-07 17:18:50 -04:00
parent 2895897e2d
commit 6bf4aa4bdb
9 changed files with 330 additions and 147 deletions

View File

@ -26,3 +26,4 @@ tokio = { version = "1", features = ["full"] }
default = []
database = ["sqlx"]
publisher = ["database"]
tester = ["publisher"]