pub async fn do_migrate(
    file: impl AsRef<Path> + Debug
) -> Result<SqlitePool, MigrateError>