Files
gocqlx/qb
Dmitry Kropachev 439a1ba517 Refactor Makefile tools installation (#313)
* Refactor Makefile tools installation

Updating tools is not easy due to the bad Makefile design
Make it easier to update tools, preparing to golang and gocql update.

* Apply make fix

* Cleanup github workflow
2025-04-25 08:34:30 -04: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

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.