LiquiBase 1.4.0 (Default branch) |
|
|
LiquiBase is a DBMS-independent library for
tracking, managing, and applying database changes.
It is built on a simple premise: all database
changes (structure and data) are stored in an
XML-based descriptive manner and checked into
source control. While there have been many
attempts to provide a similar tool, LiquiBase aims
to provide a solution that supports merging of
changes from multiple developers, works well with
code branches, supports a database refactoring
IDE/plugin, and more.
License: GNU Lesser General Public License (LGPL)
Changes:
IntelliJ plug-in support. Support for specifying schemas in the change log. MaxDB/SAPDB support. Refactored code. The ability to specify data types as java.sql.Types. Support for composite foreign keys. Improved Maven support. Bugfixes.
|