liquibase

Database change tracking and migration management tool

brewmacoslinux
Try with needOr install directly
Source

About

Library for database change tracking

Commands

liquibase

Examples

Initialize Liquibase for a database project$ liquibase init --project-dir=/path/to/project
Apply pending database change sets$ liquibase update --changelog-file=db/changelog/db.changelog-master.yaml --url=jdbc:postgresql://localhost:5432/mydb --username=user --password=pass
Display status of database changes$ liquibase status --changelog-file=db/changelog/db.changelog-master.yaml