Search Results

3
votes

How to upgrade database schema built with an ORM tool?

LiquiBase is an interesting open source library for handling database refactorings (upgrades). I have not used it, but will definitely give it …
12
votes

Do you source control your databases?

Check out LiquiBase for managing database changes using source control. …