new_update

Function new_update 

Source
pub fn new_update(table: &Table, values: Vec<(Field, Expr)>) -> UpdateBuilder
Expand description

Get a builder for an UPDATE query.

ยงArguments

  • values - The fields to update and their corresponding values