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