Skip to main content

UPDATE Builder

The UpdateDyn builder creates UPDATE statements with type-safe expressions.

Features

  • Multiple SET clauses
  • Complex WHERE conditions
  • All values are automatically parameterized

Always use a WHERE clause with UPDATE to avoid updating all rows.

API Reference

See the UpdateDyn rustdoc for the full API with code examples.