honeysql

Discussion of https://github.com/seancorfield/honeysql :slightly_smiling_face:
Yang Xu 2021-01-28T12:41:17.037400Z

HI, I want to know whether exists a library of Java that similar to HoneySQL?

dharrigan 2021-01-28T13:14:30.037600Z

Perhaps you may want to consider JOOQ

dharrigan 2021-01-28T13:14:51.038100Z

I use JOOQ in Kotlin and Java, works really well. It's not quite like HoneySQL, but I would use JOOQ over JPA anyday.

Yang Xu 2021-01-28T13:40:05.039100Z

Thank you, let me look.