macro_rules! update { ($model:expr) => { ... }; }
Create an UPDATE query for a model.
update!(hero) .execute(cx, &conn) .await?;