Hi folks, If I need to do some sql select/update o...
# server
d
Hi folks, If I need to do some sql select/update operations and do not want to use
java.sql.*
, what kotlin lib I should choose? (preferably very simple - no orm/active record)
a
Have you tried exposed? https://github.com/JetBrains/Exposed
1
👍 2
d
I checked it but it looks like more about DAO/Orm way
a
It is DAO, but not an ORM 🙂
it allows you to write sqls in Kotlin, that is it 🙂
d
thanks, will definitely check
j
l
jOOQ!
👆 4
1
f
JDBI works well with Kotlin too : https://jdbi.org/
👍 1