Grails database migration plugins

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

    I use liquibase, I'm not sure that Robert is still actively maintaining Autobase and the xml that liquibase provides is actually pretty DSL-like. I think it also gives a little bit of separation to your database commands and doesn't make it ingrained into the start-up process (some people might prefer the reverse).

提交回复
热议问题