Function diesel::insert
[−]
[src]
pub fn insert<T: ?Sized>(records: &T) -> IncompleteInsertStatement<&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.