trying to add sea-orm as a way to create sql based models

This commit is contained in:
Chris Cochrun 2023-04-04 11:20:00 -05:00
parent 43f8c92253
commit db99525963
11 changed files with 2191 additions and 16 deletions

View file

@ -12,6 +12,8 @@
// assert_eq!(result, 4);
// }
// }
const DATABASE_URL: &str = "sqlite://library-db.sqlite3";
const DB_NAME: &str = "library_db";
// mod my_object;
mod file_helper;
@ -19,4 +21,6 @@ mod service_thing;
mod settings;
mod slide_obj;
mod slide_model;
mod image_model;
mod entities;
// mod video_thumbnail;