Chris Tsang 7af76fc753
Seaography example WIP (#1788)
* Seaography example WIP

* Seaography example

* Screenshot
2023-07-30 05:08:28 +08:00

9 lines
126 B
Rust

use sea_orm::prelude::*;
pub mod entities;
pub mod query_root;
pub struct OrmDataloader {
pub db: DatabaseConnection,
}