SQL version control methodology

前端 未结 6 1166
一生所求
一生所求 2021-02-02 14:33

There are several questions on SO about version control for SQL and lots of resources on the web, but I can\'t find something that quite covers what I\'m trying to do.

F

6条回答
  •  执念已碎
    2021-02-02 15:06

    You've got quite a rigorous set of requirements, I'm not sure whether you'll find something that puts checks in all the boxes, especially the multiple concurrent schemas and the intelligent version control.

    The most promising tool that I've read about that kind of fits is Liquibase.
    Here are some additional links:

    • http://en.wikipedia.org/wiki/LiquiBase
    • http://www.ibm.com/developerworks/java/library/j-ap08058/index.html

提交回复
热议问题