Fork me on GitHub
#hugsql
<
2023-12-06
>
Drew Verlee00:12:14

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

lukasz01:12:16

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 Verlee05:12:45

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

dharrigan05:12:22

You may want too look at jooq

dharrigan05:12:41

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

lukasz15:12:18

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