assert-migrator-reversible 6.2.0

For testing if Sea Orm Migrators are reversible
Documentation
1
2
3
4
5
6
7
mod queries;

mod assert_migrator_reversible;
pub use self::assert_migrator_reversible::*;

mod db_connection;
pub use self::db_connection::*;