Function diesel::insert [] [src]

pub fn insert<'a, T: ?Sized>(records: &'a T)
                             -> IncompleteInsertStatement<&'a T, Insert>

Creates an insert statement. Will add the given data to a table. This function is not exported by default. As with other commands, the resulting query can return the inserted rows if you choose.