In scylladb/scylla#7781 we added possibility to add timeout as part of USING spec. This patch adds support for it by adding `Timeout` and `TimeoutNamed` functions to builders. Fixes #194
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.