insert

Function insert 

Source
pub fn insert<T: Bind>() -> Query<T>
Expand description

Generates an INSERT query to add a new row to the table.

SQL: INSERT INTO .. VALUES ..