Golang CQL Driver conforming to the built-in database/sql interface
This is a database/sql interface wrapper for https://github.com/gocql/gocql
go get github.com/MichaelS11/go-cql-driver
A simple SQL select example can be found on the godoc
https://godoc.org/github.com/MichaelS11/go-cql-driver#example-package--SqlSelect