You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@cassandra.apache.org by Michał Matczuk <mi...@scylladb.com> on 2017/08/30 14:54:32 UTC

[ANNOUNCE] Gocqlx - Go productivity toolkit

At Scylla we are open sourcing a library we use on top of the Go driver
(gocql) to communicate with ScyllaDB and Apache Cassandra.

Gocqlx provides:

* Builders for SELECT, INSERT, UPDATE DELETE and BATCH
* Queries with named parameters (:identifier) support
* Binding parameters form struct or map
* Scanning results into structs and slices
* Automatic query releasing

and it's fast.

You can find it on our GitHub https://github.com/scylladb/gocqlx

You may also take a look at the blog post about it http://www.scylladb.com/
2017/08/25/gocqlx-productivity-toolkit/

Best regards
-- Michał Matczuk