Kotlin + jOOQ

preview_player
Показать описание
jOOQ is a popular database library written in Java, which models the SQL language as a type-safe, internal DSL. It works even better in Kotlin. We'll discuss how you can use jOOQ in your Kotlin projects to get the most out of your SQL integration.



Рекомендации по теме
Комментарии
Автор

I hope Lukas can help me compare jOOQ and Exposed.

PairingWithDuncan
Автор

JOOQ is so cool, we are using Spring Boot/R2dbc/Kotlin Coroutines/jOOQ in the current project, works well till now.

HantsyBai
Автор

Fantastic, we can do whatever we want. very flexible

motalibmiah
Автор

FROM must be the first statement. Same must have been done in SQL from the beginning. Then writing select would be much easier once you've specified the source. Unfortunately, it's upside down even in jooq that I have to write select first.

JS-fdoh
Автор

Great video. Can you share the code please? I would like to understand the code better.

shivamsingh
Автор

Everyone learned a thing or two, including Anton 😂

hareepjoshi