Re: Go equivalent in Jooq

2020-02-29 Thread Samir Faci
Both look really interesting though it seems like the two big features I really want aren't in any of these solutions. 1. support for CTEs (ie with ) 2. upsert (ie. insert ... on conflict.. do update... ) Jooq's support for both of those is pretty awesome but it's also a more mature project I sup

Re: Go equivalent in Jooq

2020-02-28 Thread ben . manes
I introduced former colleagues to jOOQ, who liked it so much that they wrote a Go version when they started a company but chose Go. https://github.com/lumina-tech/gOOQ/tree/master/examples/swapi Around the time they open-sourced that, another project of similar quality appeared: https://github.c

Go equivalent in Jooq

2020-02-26 Thread Samir Faci
I found an old thread about this topic but i just wanted to see if there's been any updates on this. For reference: https://groups.google.com/forum/#!topic/jooq-user/XC3RfKomxlM I found this: https://github.com/volatiletech/sqlboiler which might be the closest I've seen, but though I'd chime in a