feat(persistence): add SqliteSongRepository and SqliteRepositoryFactory

This commit is contained in:
2026-04-08 03:05:16 +02:00
parent 8f9886c9a9
commit 37a1e386e4
5 changed files with 3805 additions and 1 deletions

View File

@@ -19,7 +19,7 @@ tracing = "0.1.44"
tracing-subscriber = { version = "0.3.23", features = ["env-filter"] }
uuid = { version = "1.23.0", features = ["v4", "serde"] }
rand = "0.10.0"
sqlx = { version = "0.8.6", features = ["runtime-tokio-rustls"] }
sqlx = { version = "0.8.6", features = ["runtime-tokio-rustls", "sqlite", "uuid", "macros"] }
async-trait = "0.1.89"
scraper = "0.23"