Flyway
Flyway is an open-source, SQL-first database migration tool that applies versioned schema changes in order and tracks execution history in a schema history table.
5 resources across 3 libraries
Glossary Terms(3)
Liquibase
Liquibase is an open-source library for tracking, versioning, and deploying database schema changes, letting teams manage schema evolution the same way they ma…
Flyway
Flyway is an open-source, SQL-first database migration tool that applies versioned schema changes in order and tracks execution history in a schema history tab…
Alembic
Alembic is a lightweight database migration tool for Python, built by the creator of SQLAlchemy, that generates and applies versioned schema change scripts wri…