1 Repo
Sequential execution of scripts based on a naming convention to ensure ordered schema updates.
Distinct from SQL Script Execution: Adds the concept of sequential versioning to basic SQL script execution
Explore 1 awesome GitHub repository matching data & databases · Versioned Execution. Refine with filters or upvote what's useful.
Flyway is a database schema versioning tool and SQL migration orchestrator. It applies version-controlled schema changes to relational databases using SQL scripts and Java Database Connectivity to ensure environments remain consistent and reproducible. The tool tracks applied migration scripts in a dedicated metadata table to determine which updates require execution. It supports the synchronization of schema versions across multiple different database engines and provides integration for build systems and application frameworks to automate updates during software release processes. Capabili
Processes sequential SQL or Java files based on a strict naming convention to apply schema changes in order.