|
|
|
|
|
by jcookeak
1281 days ago
|
|
Also have to sing praise for Kotlin, flyway, and some type-safe db framework. I’ve recently been migrating projects from jOOQ to SQLDelight. While not as feature complete, being able to write queries in sql and then generate type safe code has been amazing. My biggest issue with jOOQ has been joins where you lose some null safety and general issues with the generated POJO (which admittedly has improved over time). With SQLDelight, it has felt like the database just fades away when writing Kotlin. |
|