new_insert

Function new_insert 

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

Get a builder for an INSERT query.

ยงArguments

  • values - The fields to insert and their corresponding values