Re-exports§
pub use async_trait;
pub use sea_orm;
pub use sea_orm::sea_query;
pub use connection::*;
pub use manager::*;
pub use migrator::*;
Modules§
Adapted from https://github.com/loco-rs/loco/blob/master/src/schema.rs
Enums§
- An error from unsuccessful database operations
Traits§
- The migration definition