Introduce Database handling through SeaORM
This commit is contained in:
parent
37331cd24d
commit
e4765a20ef
12 changed files with 169 additions and 2 deletions
3
src/entity/prelude.rs
Normal file
3
src/entity/prelude.rs
Normal file
|
|
@ -0,0 +1,3 @@
|
|||
//! `SeaORM` Entity. Generated by sea-orm-codegen 0.11.3
|
||||
|
||||
pub use super::user::Entity as User;
|
||||
Loading…
Add table
Add a link
Reference in a new issue