kotlin-frm Kotlin FRM 0.1.0 Release mMile Stone Issues Prepared Queries Add support for prepared queries.Query Compilation Compile queries and build out data classes.API ChangesFRM To ease and expedite the auto complete of FRM
kotlin-frm Kotlin FRM Part 3 Aggregate Fields One of the big things I missed with JOOQ was JSON aggregate fields in Postures. There were a number of times where it would be very useful to aggregate. But
kotlin Kotlin Functional MP Relation Manager Part 2 Over view of the gradle plugin to generate the database code.
kotlin Kotlin Functional MP Relation Manager Part 1 For the past several years I have been using jooq for writing my SQL queries. Combined with Flyway. It allowed for close to bare metal almost raw SQL access. However