Files
gocqlx/qb/README.md

7 lines
268 B
Markdown
Raw Normal View History

2018-05-25 08:02:16 +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`.