sea-orm-sync 2.0.0-rc.38

🐚 The sync version of SeaORM
Documentation
1
2
3
4
5
6
7
8
9
10
//! The API of this module is not yet stable, and may have breaking changes between minor versions.
#![allow(missing_docs)]

mod entity;
mod execute;
mod model;

pub use entity::*;
pub use execute::*;
pub use model::*;