11 lines
501 B
Go
11 lines
501 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 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
|
|
// builder and a database migrations module.
|
|
package gocqlx
|