pub async fn reset(conn: &DatabaseConnection, schema: &str) -> Result<()>Expand description
db:reset — drop everything, then load schema.
pub async fn reset(conn: &DatabaseConnection, schema: &str) -> Result<()>db:reset — drop everything, then load schema.