Make Rust models for database schema

This commit is contained in:
2023-01-03 16:11:43 +01:00
parent a9e300ede2
commit 60988cff24
10 changed files with 142 additions and 7 deletions

View File

@@ -1,3 +1,5 @@
mod db;
fn main() {
println!("Hello, world!");
}