Files
gocqlx/doc.go

10 lines
395 B
Go
Raw Permalink Normal View History

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.
// Package gocqlx makes working with Scylla easy and error prone without sacrificing performance.
// Its 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