https://kotlinlang.org logo
#exposed
Title
# exposed
n

Nayeem Zen

08/09/2021, 6:19 PM
Also is there any planning of doing codegen similar to jooq to generate the tables/entities from the database? We were considering using Flyway for migrations so redefining tables structure entities in sql and again in kotlin code would lead to some duplicated source of truth
👍 1
b

BorzdeG

08/09/2021, 7:57 PM
We use the Liquibase + Exposed bundle. I won’t say that we are mega-coils on the project, but no drawdowns were noticed against the same Hibernate
n

Nayeem Zen

08/09/2021, 8:34 PM
Thanks for sharing! Do you use any form of codegen from db? or do you handroll exposed entities?
b

BorzdeG

08/10/2021, 4:42 AM
No, we manually write the migration and manually write the entities in Exposed
a

Astronaut4449

08/17/2021, 8:24 PM
Didn't Jetbrains recently announce a codegen plugin for exposed?