Trait db_sqlx_postgres::dev::Migrate
[−]pub trait Migrate: MCDatabase {
fn migrate<'life0, 'async_trait>(
&'life0 self
) -> Pin<Box<dyn Future<Output = Result<(), DBError>> + Send + 'async_trait, Global>>
where
'life0: 'async_trait,
Self: 'async_trait;
}
Expand description
database migrations