Function diesel::insert [] [src]

pub fn insert<T>(records: T) -> IncompleteInsertStatement<T>

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.