Liquibase - yibinericxia/documents GitHub Wiki
Overview
Liquibase is a database DevOps tool which can help to easily automate and track database changes, including DDL & DML changes.
Change Management
Changelog
The changelog file is the source of all Liquibase changes consisting of a sequential list of changesets. Changelogs can be in XML, JSON, YAML, SQL format or even mixing distinct types.
Changeset
A changeset is a unit of change with changelog file path and author/id that Liquibase runs on a database.