10 lines
395 B
Go
10 lines
395 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 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.
|
||
package gocqlx
|