What engine Play Framework uses for DB Evolution?

Does Play Framework uses some tool like Liquibase or Flyway? Or it has proprietary tool? I didn’t found it in documentation.

Play uses it’s own implemention. You can find the source code here: https://github.com/playframework/playframework/tree/2.7.0/framework/src/play-jdbc-evolutions/src

1 Like