Function good_ormning::sqlite::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