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.
|
|
|
|
|
|
|
2020-04-20 18:00:01 +02:00
|
|
|
|
// Package gocqlx makes working with Scylla easy and error prone without sacrificing performance.
|
|
|
|
|
|
// It’s inspired by Sqlx, a tool for working with SQL databases, but it goes beyond what Sqlx provides.
|
|
|
|
|
|
//
|
|
|
|
|
|
// For more details consult README.
|
2017-07-24 15:22:18 +02:00
|
|
|
|
package gocqlx
|