-
Notifications
You must be signed in to change notification settings - Fork 0
Getting Started Db Migrate
Roman Stumm edited this page Mar 13, 2015
·
1 revision
You can find the latest version on maven-central: here
Why database migration?
The flyway framework is a good alternative for dbmigrate, too. It also explains the motivation for such a framework:
- maven integration If you want to invoke dbmigrate from maven or avoid runtime dependencies with your code.
- spring integration If you want you app to automatically migrate the database if required during startup using dbmigrate.
You probably want to have both maven + spring integration!