What other database librarries are around that gen...
# random
n
What other database librarries are around that generate code from .sql files/migrations or existing database connection? the only one i am aware of is jooq and that is java, so no kotlin specific syntax and the buildsystem needs to spin up a docker or such just to apply migrations via flyway to get it to generate code is there any other options in the field that one should take a look at ? Slack Conversation
o
jooq is trying to improve it's Kotlin support: https://github.com/jOOQ/jOOQ/projects/13#card-38062351 and it's a reasonable framework for many use cases in my opinion. they also have some kotlin examples: https://www.jooq.org/doc/3.13/manual/getting-started/jooq-and-kotlin/
👍 2
n
c
QueryDSL is a Java library that supports different persistent technologies. http://www.querydsl.com/