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.
|
|
|
|
|
|
2017-08-23 10:20:39 +02:00
|
|
|
// Package gocqlx is a productivity toolkit for ScyllaDB and Apache Cassandra®.
|
|
|
|
|
// It's an extension of `gocql`, similar to what `sqlx` is to `database/sql`.
|
2017-07-24 15:22:18 +02:00
|
|
|
//
|
2017-07-25 14:30:13 +02:00
|
|
|
// It contains wrappers over gocql types that provide convenience methods which
|
2017-08-23 16:07:55 +02:00
|
|
|
// are useful in the development of database driven applications. Under the
|
2017-07-25 14:30:13 +02:00
|
|
|
// hood it uses sqlx/reflectx package so sqlx models will also work with gocqlx.
|
2017-07-24 15:22:18 +02:00
|
|
|
package gocqlx
|