pub async fn reset_database<S: MigrationSource<Pg> + Send + Sync + 'static>( database_url: Url, db_config: DbArgs, migrations: Option<S>, ) -> Result<()>
Drop all tables, and re-run migrations if supplied.