added psql support

This commit is contained in:
Ultradesu
2026-07-20 02:00:40 +03:00
parent 06158b78a4
commit 3f15e9aebd
10 changed files with 191 additions and 16 deletions
+1
View File
@@ -27,6 +27,7 @@ futures = "0.3"
uuid = { version = "1", features = ["v7"] }
unicode-normalization = "0.1"
rusqlite = { version = "0.32", features = ["bundled"] }
async-trait = "0.1"
thiserror = "2"
tracing = "0.1"
clap = { version = "4", features = ["derive"] }