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
MongoDB Atlas runs apps anywhere
MongoDB Atlas gives you the freedom to build and run modern applications anywhere—across AWS, Azure, and Google Cloud. With global availability in over 115 regions, Atlas lets you deploy close to your users, meet compliance needs, and scale with confidence across any geography.
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!