pub fn update_map(
table: &str,
columns_ans_values: &[(&str, &dyn ToKind)],
) -> Mutation
Expand description
update_map returns a Mutation to update a row in a table, specified by a map of column to value. If the row does not already exist, the write or transaction fails.