sea_orm/dynamic/
mod.rs

1//! The API of this module is not yet stable, and may have breaking changes between minor versions.
2#![allow(missing_docs)]
3
4mod entity;
5mod execute;
6mod model;
7
8pub use entity::*;
9pub use execute::*;
10pub use model::*;