begin implementing database. Down migrate doesnt work yet
This commit is contained in:
@@ -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"] }
|
||||
|
||||
|
||||
Reference in New Issue
Block a user