I am using Postgresql with Jooq to talk to the dat...
# ktor
h
I am using Postgresql with Jooq to talk to the database, tried using Exposed but it felt unnatural and was complicated for no reason, writing queries I had to always look into the documentation and most of the time my use cases were a lot easier with pure SQL, that’s why JOOQ is such an easy way forward to go when talking to the Ktor backend
gratitude thank you 1
s
@Hristijan Thanks for sharing your experience! I saw a lot of people recommend JOOQ as well, I'll definitely take a look at it.