[Add] Basic SQLite Implementation

This commit is contained in:
Alex Emmet 2026-03-16 23:38:37 +01:00
commit c14864c8b7
6 changed files with 415 additions and 200 deletions

View file

@ -52,3 +52,4 @@ ratatui = "0.30.0"
open = "5.3.3"
chrono = "0.4.43"
serde_json = "1.0.149"
rusqlite = "0.39.0"