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