readme: updated docs
This commit is contained in:
6
qb/README.md
Normal file
6
qb/README.md
Normal 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`.
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user