pub fn insert(table: &str, columns: &[&str], values: &[&dyn ToKind]) -> Mutation
Insert returns a Mutation to insert a row into a table. If the row already exists, the write or transaction fails with codes.AlreadyExists.