Hi Lukas,

On Mon, Sep 22, 2014 at 7:58 AM, Lukas Eder <[email protected]> wrote:
> Hi Ben,
>
> The only jOOQ-esque API that I'm aware of in Go is CQLC. Written by... you!
> :-)
> http://relops.com/blog/2014/01/25/cqlc

Thanks for the heads up :-)

But I was looking for something for SQL, not Cassandra.

> Apart from that, I'm not aware of any other DSLs implementing SQL in Go. If
> you discover any, I'd be curious to know. What have you found so far?

The two things I have found so far are:

https://github.com/lann/squirrel
https://github.com/braindev/squiggle

squirrel is more mature than squiggle, but I don't think it addresses
the issue of composeability. squiggle purports to address this, but it
looks like quite early days for it.

Basically I was trying to stop myself from trying to re-invent this
wheel by myself for Go.

Cheers,

Ben

-- 
You received this message because you are subscribed to the Google Groups "jOOQ 
User Group" 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/d/optout.

Reply via email to