what do you use for sql queries except Exposed? i ...
# ktor
e
what do you use for sql queries except Exposed? i like https://github.com/seratch/kotliquery but it looks like an abandoned project
c
m
I use jooq
k
e
jdbi looks promising, i'll take a look. thanks!
m
I’ve used jdbi also, it’s good too (but tries to do a lot less than things like jooq)
there’s some up front friction to jooq because it involves code gen, but setting up the build integration is easy and it’s pretty glorious once you’ve done that.
k
you can also use Requery if you do a lot of reactive stuff