Add logging to ask app: save questions, SQLs, success/error status, and timestamps to logs/log.json

This commit is contained in:
2026-03-28 12:17:34 +01:00
parent 8f62a79bbe
commit a6509d8b30
3 changed files with 41 additions and 2 deletions

View File

@@ -13,6 +13,7 @@ serde_json = "1"
duckdb = { version = "1", features = ["bundled"] }
dotenvy = "0.15"
anyhow = "1"
chrono = "0.4"
syntect = "5"
ratatui = "0.29"
crossterm = { version = "0.28", features = ["event-stream"] }