Files
gocqlx/qb
Vincent Rischmann 2f13a81c46 Add qb.ContainsKey to query keys in a map (#57)
qb: add ContainsKey and ContainsKeyNamed
2018-07-28 06:56:44 +02:00
..
2018-05-25 14:05:55 +02:00
2018-05-25 14:05:55 +02:00
2018-05-25 14:05:55 +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
2018-05-25 14:05:55 +02:00
2018-05-25 14:05:55 +02:00
2017-09-21 21:43:27 +02:00
2018-05-25 14:20:59 +02:00
2017-09-21 21:43:27 +02:00
2018-05-25 14:05:55 +02:00
2018-05-25 14:05:55 +02:00
2018-05-25 14:05:55 +02:00
2018-05-25 14:05:55 +02:00
2018-05-25 14:05:55 +02: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.