9 lines
320 B
Go
9 lines
320 B
Go
// Copyright (C) 2017 ScyllaDB
|
|
// Use of this source code is governed by a ALv2-style
|
|
// 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.
|
|
package qb
|