Initial commit

This commit is contained in:
trisua 2025-08-24 23:40:37 +00:00
commit fda4d01883
21 changed files with 5823 additions and 0 deletions

1
src/database/sql/mod.rs Normal file
View file

@ -0,0 +1 @@
// pub const CREATE_TABLE_ENTRIES: &str = include_str!("./create_entries.sql");