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
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? Cheers Lukas 2014-09-22 8:49 GMT+02:00 Ben Hood <[email protected]>: > Hi Lukas, > > I was wondering whether you've come across anything vaguely JOOQ-esque > for Golang. I've used squel.js in some node projects (not saying > that's it's even 5% as rich as JOOQ, but at least it kind of works for > simple stuff). But all of the Go run ups I've come across seem either > tied into an ORM or lean too heavily on string building at the > application level. Have you come across any JOOQ lookalike 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. > -- 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.
