Function do_migrate_with_pre_sql

Source
pub async fn do_migrate_with_pre_sql(
    file: impl AsRef<Path>,
    pre_sql: Option<&str>,
) -> Result<SqlitePool, MigrateError>