begin implementing database. Down migrate doesnt work yet

This commit is contained in:
Nico
2025-09-15 22:44:16 +02:00
parent 0fe2aea028
commit 8e876d7206
7 changed files with 7879 additions and 154 deletions

View File

@@ -23,3 +23,7 @@ tauri-plugin-opener = "2"
serde = { version = "1", features = ["derive"] }
serde_json = "1"
# SQLx und Tokio für asynchrone DB-Zugriffe
sqlx = { version = "0.7", features = ["runtime-tokio-rustls", "sqlite", "macros", "migrate"] }
tokio = { version = "1", features = ["full"] }