insert

Function insert 

Source
pub fn insert<'a, Table, Type, Value>(table: Table) -> SQL<'a, Value>
where Type: SQLSchemaType, Value: SQLParam, Table: SQLTable<'a, Type, Value>,
Expand description

Creates an INSERT INTO statement with the specified table