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.
|
|
|
|
|
|
2018-05-15 10:21:18 +02:00
|
|
|
// Package gocqlx is an idiomatic extension to gocql that provides usability
|
|
|
|
|
// features. With gocqlx you can bind the query parameters from maps and
|
|
|
|
|
// structs, use named query parameters (:identifier) and scan the query results
|
|
|
|
|
// into structs and slices. It comes with a fluent and flexible CQL query
|
2018-05-25 08:02:16 +02:00
|
|
|
// builder and a database migrations module.
|
2017-07-24 15:22:18 +02:00
|
|
|
package gocqlx
|