pub async fn run_cli_with_custom_connection(
migrator: impl MigratorTraitSelf,
make_connection: impl AsyncFnOnce() -> Result<DbConn, DbErr>,
)pub async fn run_cli_with_custom_connection(
migrator: impl MigratorTraitSelf,
make_connection: impl AsyncFnOnce() -> Result<DbConn, DbErr>,
)