Files
gocqlx/qb
Gian Lorenzo Meocci 9239d9c4b4 add UseColums function to avoid extra allocation performed by Colums function
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
2019-12-16 11:14:11 +01:00
..
2018-05-25 14:05:55 +02:00
2019-11-07 16:13:50 -08: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
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.