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
HR Outsourcing Built for Small and Midsize Businesses
TriNet is a leading provider of HR outsourcing solutions built for small and midsize businesses. Its platform combines payroll, benefits, risk management, compliance, and HR technology in one integrated system. Through its PEO (Professional Employer Organization) and HR Plus (ASO) offerings, TriNet helps companies streamline HR administration, stay compliant, and access enterprise-level benefits. Businesses can run payroll efficiently, manage compliance with complex state and federal regulations, and offer competitive employee benefits with ease. The company’s intuitive HR platform also automates time tracking, leave requests, and onboarding. With TriNet, organizations can focus on growth while ensuring their people and processes are supported by expert HR guidance.
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!