Flyway
Database migrations made easy with plain SQL scripts or Java callbacks across all major DBs.
Why consider Flyway?
Flyway is the world’s leading open-source database migration tool written in Java. By adopting version control for databases through numbered SQL script conventions (e.g. V1__init.sql), Flyway recreates, updates, and validates relational schemas consistently from local dev to production.
Learn Flyway by building
Practical setup notes, real use cases, and copy-ready examples in one focused guide.
In this guide2 sections
Overview of Flyway
Flyway maintains schema integrity across Oracle, PostgreSQL, MySQL, and SQL Server with checksum verification.
Quickstart
# Run Flyway CLIflyway -url=jdbc:postgresql://localhost:5432/mydb -user=postgres -password=secret migrateFlyway Community Edition is licensed under the Apache License Version 2.0.
Related tools
More options with a similar category or technology profile.
diskus
Minimal, fast alternative to du -sh written in Rust using multi-threaded directory traversal.
peco
Simplistic interactive filtering tool for Unix pipelines, process lists, and file trees.
Dapr CLI
Command-line tool for managing Dapr distributed application runtime environments and sidecars.
Freeze
Generate beautiful image screenshots and SVGs of code snippets and terminal outputs.