Flyway : You can think of Flyway as version control for your database. It lets you evolve your database schema easily and reliably across all your instances. F...
pgLoader : pgloader loads data into PostgreSQL and allows you to implement Continuous Migration from your current database to PostgreSQL.
pgLoader has two modes ...
dbv.php : dbv.php is a database version control web application featuring schema management, revision scripts, and more!
migra : migra is a schema comparison tool for PostgreSQL.
It's a command line tool, and Python library. Find differences in database schemas as easily as runn...
Alembic : Alembic is a new database migrations tool, written by the author of SQLAlchemy.
Liquibase is an open source database-independent library for tracking, managing and applying database schema changes