I just wanted to share a Cassandra DB schema compiler for Go 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/
Big time kudos goes to Ben Johnson for megajson, which showed me how
to do source code generation in Go. Lots of credit also goes to
Christoph Hack for writing gocql, a high quality protocol driver for
CQL in Go.
I'd love to hear some feedback.
Cheers,
Ben
--
You received this message because you are subscribed to the Google Groups "golang-nuts" group.
To unsubscribe from this group and stop receiving emails from it, send an email to [email protected].
For more options, visit https://groups.google.com/groups/opt_out.