Files
gocqlx/qb/doc.go

5 lines
183 B
Go
Raw Normal View History

2017-08-23 10:20:39 +02:00
// 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.
2017-07-28 10:18:38 +02:00
package qb