This commit adds support for BYPASS CACHE extension that is present in ScyllaDB since 3.1 / 2019.1.1. https://docs.scylladb.com/getting-started/dml/#bypass-cache
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.