Grails database migration plugins

前端 未结 6 1653
星月不相逢
星月不相逢 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:33

    At least as of Grails2.0, the database migration plugin is the defacto way to handle non-trivial database changes. The plugin is built on Liquibase, and is authored by the Springsource folks - always a mark of quality. I wrote an introduction to the database migration plugin which might be of use to someone reading this.

提交回复
热议问题