The Scylla Gocqlx is an 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.
The driver includes a fluent and flexible CQL query builder and a database migrations module.
Scylla Gocqlx Driver project page on GitHub - contains the source code as well as a readme and documentation files.
Scylla University: Golang and Scylla Part 3 – GoCQLX - part three of the Golang three-part course which focuses on how to create a sample Go application that executes a few basic CQL statements with a Scylla cluster using the GoCQLX package