database connection working

This commit is contained in:
Iaphetes 2025-02-11 21:31:03 +01:00
parent c14cd954a2
commit 3a98a86d46
8 changed files with 394 additions and 455 deletions

View file

@ -28,4 +28,4 @@ tauri-plugin-log = "2"
shellexpand = "3.1.0"
html_tag = "0.1.3"
fuzzy-matcher = "0.3"
sqlx = { version = "0.8", features = ["sqlite"] }
sqlx = { version = "0.6.2", features = ["runtime-tokio-native-tls", "sqlite"] }