Updated examples and README for 2.0

Signed-off-by: Michał Matczuk <michal@scylladb.com>
This commit is contained in:
Michał Matczuk
2020-04-20 18:00:01 +02:00
committed by Michal Jan Matczuk
parent 227d152ac2
commit 0675f72f4f
9 changed files with 799 additions and 403 deletions

9
doc.go
View File

@@ -2,9 +2,8 @@
// Use of this source code is governed by a ALv2-style
// license that can be found in the LICENSE file.
// Package gocqlx is an idiomatic extension to gocql that provides usability
// features. With gocqlx you can bind the query parameters from maps and
// structs, use named query parameters (:identifier) and scan the query results
// into structs and slices. It comes with a fluent and flexible CQL query
// builder and a database migrations module.
// 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.
package gocqlx