migrate4j strives to be Java's answer to the db:migrate rake task in Rails. While it isn't a replacement or clone, it does provide simple configuration, flexibility and ease of use in a database migration tool.
License
GNU Library or Lesser General Public License version 3.0 (LGPLv3)Follow migrate4j
Other Useful Business Software
Stop Storing Third-Party Tokens in Your Database
Rolling your own OAuth token storage can be a security liability. Token Vault securely stores access and refresh tokens from federated providers and handles exchange and renewal automatically. Connected accounts, refresh exchange, and privileged worker flows included.
Rate This Project
Login To Rate This Project
User Reviews
-
A nice framework for managing the migration of your DB schema using a Java API, while still allowing SQL if necessary. It's still in the early stages, but production ready.
-
Useful, simple and easy to use.
-
A great way of keeping your db schema in sync with your Java code base. A little rough around the edges, but improving all the time. Most of my gripes are already fixed in the svn trunk. Most Java coders don't like SQL much. Your team will thank you for choosing this tool, and the perennial 'wrong schema version' problems will disappear to boot. Well done!