readme: updated docs

This commit is contained in:
Michał Matczuk
2018-05-25 08:02:16 +02:00
parent fa402f3f0c
commit d5caed56c3
7 changed files with 75 additions and 20 deletions

6
qb/README.md Normal file
View File

@@ -0,0 +1,6 @@
# 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`.

View File

@@ -3,6 +3,5 @@
// license that can be found in the LICENSE file.
// Package qb provides CQL query builders. The builders create CQL statement
// and a list of named parameters that can later be bound using
// github.com/scylladb/gocqlx.
// and a list of named parameters that can later be bound using gocqlx.
package qb