pub async fn reset_database( database_url: Url, db_config: DbArgs, migrations: Option<&'static EmbeddedMigrations>, ) -> Result<(), Error>
Drop all tables, and re-run migrations if supplied.