trying to add sea-orm as a way to create sql based models
This commit is contained in:
parent
43f8c92253
commit
db99525963
11 changed files with 2191 additions and 16 deletions
8
src/rust/entities/mod.rs
Normal file
8
src/rust/entities/mod.rs
Normal 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 ;
|
||||
Loading…
Add table
Add a link
Reference in a new issue