Function insert

Source
pub fn insert(table: &str, columns: &[&str], values: &[&dyn ToKind]) -> Mutation
Expand description

Insert returns a Mutation to insert a row into a table. If the row already exists, the write or transaction fails with codes.AlreadyExists.