Write results into sqlite file

This commit is contained in:
2025-02-01 02:10:06 +01:00
parent 715db25581
commit f9dafecab7
5 changed files with 1744 additions and 21 deletions

View File

@@ -8,3 +8,5 @@ anyhow = "1.0.95"
clap = { version = "4.5.23", features = ["derive"] }
serde = { version = "1.0.217", features = ["derive"] }
serde_json = "1.0.138"
sqlx = { version = "0.8.3", features = ["runtime-tokio", "sqlite"] }
tokio = { version = "1.43.0", features = ["macros", "rt-multi-thread"] }