Files
gocqlx/doc.go
Michał Matczuk ff828f9198 notice update
2017-08-24 09:56:45 +02:00

8 lines
414 B
Go

// 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`.
//
// It contains wrappers over gocql types that provide convenience methods which
// are useful in the development of database driven applications. Under the
// hood it uses sqlx/reflectx package so sqlx models will also work with gocqlx.
package gocqlx