sea-orm-migration 2.0.0-rc.38

Migration utility for SeaORM
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
#[cfg(feature = "cli")]
pub use crate::cli;

pub use crate::{
    IntoSchemaManagerConnection, MigrationName, MigrationTrait, MigratorTrait, SchemaManager,
    SchemaManagerConnection,
};
pub use async_trait;
pub use sea_orm::{
    self, ConnectionTrait, DbErr, DeriveIden, DeriveMigrationName,
    sea_query::{self, *},
};