change sqlite wrapper to rusqlite, update database api

This commit is contained in:
yggverse 2024-10-02 20:00:08 +03:00
parent 7b9937eac1
commit 490338930d
4 changed files with 19 additions and 20 deletions

View file

@ -10,8 +10,9 @@ categories = ["network-programming", "gui"]
repository = "https://github.com/YGGverse/Yoda/tree/Rust-GTK4"
# homepage = "https://yggverse.github.io"
[dependencies]
sqlite = "0.36.1"
[dependencies.sqlite]
package = "rusqlite"
version = "0.32.1"
[dependencies.gtk]
package = "gtk4"