Grails database migration plugins

前端 未结 6 1753
星月不相逢
星月不相逢 2021-02-14 06:55

There are at least two Grails plugins that emulate the database migration functionality of Rails:

  • Autobase
  • Liquibase

Is there a consensus a

6条回答
  •  天命终不由人
    2021-02-14 07:36

    There is now a standard Grails database migration plugin available. According to this blog post at least the liquibase plugin will therefore not be maintained past the liquibase 1.9 release anymore.

    The new database migration plugin has built-in functionality to execute changelogs on startup and supports the definition of changes in Groovy DSL, so it's probably what you are looking for.

提交回复
热议问题