Write database schema

This commit is contained in:
Nettika 2026-01-25 14:29:45 -08:00
parent a20f53340c
commit e8eab81957
No known key found for this signature in database
4 changed files with 96 additions and 1 deletions

View file

@ -5,3 +5,4 @@ edition = "2024"
[dependencies]
rouille = "3.6"
rusqlite = { version = "0.32", features = ["bundled"] }