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

8
src/rust/entities/mod.rs Normal file
View file

@ -0,0 +1,8 @@
//! `SeaORM` Entity. Generated by sea-orm-codegen 0.11.2
pub mod prelude ;
pub mod images ;
pub mod presentations ;
pub mod songs ;
pub mod videos ;