feat: basic db connection

This commit is contained in:
2026-07-13 23:33:55 +02:00
parent 4c1ab25a9d
commit 9e1f6c5a9f
6 changed files with 356 additions and 35 deletions

View File

@@ -5,3 +5,4 @@ edition = "2024"
[dependencies]
dotenv = "0.15.0"
rusqlite = "0.40.1"