Files
gocqlx/qb
Martin Sucha 75adfd59ee Add support for BYPASS CACHE
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
2019-09-17 09:35:54 +02:00
..
2018-05-25 14:05:55 +02:00
2018-05-25 14:05:55 +02:00
2019-05-14 09:12:06 +02:00
2018-05-25 14:05:55 +02:00
2018-05-25 14:20:59 +02:00
2017-09-22 09:35:02 +02:00
2019-05-14 09:12:06 +02:00
2017-09-21 21:43:27 +02:00
2018-05-25 14:20:59 +02:00
2019-09-17 09:35:54 +02:00
2019-09-17 09:35:54 +02:00
2019-05-14 09:12:06 +02:00
2018-05-25 14:05:55 +02:00
2018-11-09 16:32:05 +01:00

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.