You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@cassandra.apache.org by Ben Hood <0x...@gmail.com> on 2014/01/27 09:37:08 UTC

cqlc - type safe CQL statements in Go

Hi,

I just wanted to share a Cassandra project that I've been working on.

cqlc generates Go code from your Cassandra schema so that you can
write type safe CQL statements in Go with a natural query syntax.

It's aimed at people using CQL in Golang apps who are looking to
reduce boilerplate code.

The project is available here:

http://relops.com/cqlc/

I've written a blog post to explain what motivated me to do this here:

http://relops.com/blog/2014/01/25/cqlc/

I'd love to hear some feedback.

Cheers,

Ben