Can Flyway or Liquibase generate an update script instead of updating the database directly?

前端 未结 5 1074
难免孤独
难免孤独 2020-12-31 04:14

First, a little background. I have a set of Java applications, some based on JPA, some not. To create my databases I am currently using Hibernates schema export to generate

5条回答
  •  醉酒成梦
    2020-12-31 04:52

    We had a similar problem when I worked at a consultancy (Intelliware) so the devs there put together some code and pushed it up to GitHub.

    We tried unsuccessfully to get it included into the Flyway core repo.

    https://github.com/Intelliware/flyway-script-generator

提交回复
热议问题