Files
gocqlx/qb
sylwiaszunejko e7267922c4 Release v3 - change v2 suffix to v3
Because of recent changes there is a need for a new major
release. Changes are switching to scylladb/gocql and replacing
Unsafe with Strict mechanism.
2024-07-15 10:41:57 +02:00
..
2024-07-15 10:41:57 +02:00
2024-07-15 10:41:57 +02:00
2018-05-25 14:20:59 +02:00
2017-09-22 09:35:02 +02:00
2024-07-15 10:41:57 +02:00
2017-09-21 21:43:27 +02:00
2018-05-25 14:20:59 +02:00
2024-07-15 10:41:57 +02:00
2024-07-15 10:41:57 +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.