fix name tidy adding SetWhere adding SetWhere fix go mod fix comment style revert go mod Avoid to append if no needed fix git ignore revert change in go.sum/go.mod adding specific benchmark
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.