2014-09-22 9:09 GMT+02:00 Ben Hood <[email protected]>:

> 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.
>

I know. Well, the query languages essentially work the same way. I just
guess that SQL is a lot more work than CQL, though.


> > 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.


I think when you go for Go (pun intended), then you're bound to re-invent
wheels given the lack of adoption of Go so far...

Is there any Java interoperability capability in Go?

-- 
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