hugsql

Drew Verlee 2023-12-06T00:51:14.523679Z

Is there anything like hug sql but for java. As in the sql files turn into Java functions.

lukasz 2023-12-06T15:31:18.591839Z

It would be fun to make HugSQl work with Java, all the pieces are there but of course it depends on your definition of “fun” 😬

👍 1
lukasz 2023-12-06T01:27:16.443659Z

before HugSQL there was yesql - https://github.com/krisajenkins/yesql#other-languages it made a bit of a stir when it came out so maybe somebody wrote something like it for Java (it's not listed in the readme)

Drew Verlee 2023-12-06T05:03:45.839139Z

Thanks lukasz, sadly that list didn't contain Java.

dharrigan 2023-12-06T05:39:22.012559Z

You may want too look at jooq

dharrigan 2023-12-06T05:39:41.756219Z

I used it a lot and it's very good. I much prefer using jooq over JPA