notice update

This commit is contained in:
Michał Matczuk
2017-08-23 10:20:39 +02:00
parent 4025a4d426
commit ff828f9198
4 changed files with 22 additions and 13 deletions

4
doc.go
View File

@@ -1,5 +1,5 @@
// Package gocqlx is a Scylla / Cassandra productivity toolkit for `gocql`. It's
// similar to what `sqlx` is to `database/sql`.
// 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