I've seen a few typed query builders but they feel...
# announcements
r
I've seen a few typed query builders but they feel too heavy weight to me. I don't want to declare and maintain a schema.
n
if you accept to use a java library i would evaluate jooq
1
m
I'm using jooq on my current project and I'm liking it. I put together a demo of using ktor with jooq (and other useful, according to me, libraries) here: https://bitbucket.org/marshallpierce/ktor-demo/src/master/
feel free to copy it and use as a starting point