2017-09-21 21:43:27 +02:00
|
|
|
// Copyright (C) 2017 ScyllaDB
|
|
|
|
|
// Use of this source code is governed by a ALv2-style
|
|
|
|
|
// license that can be found in the LICENSE file.
|
|
|
|
|
|
2017-08-23 10:20:39 +02:00
|
|
|
// Package qb provides CQL query builders. The builders create CQL statement
|
2018-05-25 08:02:16 +02:00
|
|
|
// and a list of named parameters that can later be bound using gocqlx.
|
2017-07-28 10:18:38 +02:00
|
|
|
package qb
|