Hi everybody, to migrate database during the startup, wich library do you advice me? I work uselly with Flyway. My application is write with Ktor, and my database is mySQL
m
Mike
05/01/2020, 2:57 PM
Flyway or Liquibase are 2 very popular choices, and for good reason.
If you already know Flyway, then stick with it.
Don't have to use a tool written in Kotlin for everything.
👍 1
c
Chantry Cargill
05/01/2020, 2:57 PM
What problem are you having with flyway?
j
Jeremy Rouet
05/01/2020, 2:59 PM
no problem with flyway, but each time i have to implement something i try to know is there a new library. So you confirm flyway is a good choise 🙂 Thank you
c
Chantry Cargill
05/01/2020, 3:02 PM
I’ve always used it and haven’t had any major issues with it 👍 .
m
Mitsu Hadeishi
05/04/2020, 7:55 AM
We're using liquibase with Spring Boot/Kotlin and it works fine for our purposes. However, our database schema change requirements are relatively minor, since we put most of our data in a simple universal schema and push out the complex structure to a data warehouse