The `qb.Cmp` lacks `not equal` methods related to the operator `!=` even though the documentation https://docs.scylladb.com/getting-started/dml/#select-statement mentions it. Closes: #114 Signed-off-by: Pierangelo Di Pilato <pierangelodipilato@gmail.com>
GoCQLX Query Builder
Package qb provides CQL query builders. The builders create CQL statement
and a list of named parameters that can later be bound using gocqlx.
The following CQL commands are supported: SELECT, INSERT, UPDATE, DELETE and BATCH.