SaaSHub helps you find the best software and product alternatives Learn more →
Flyway Alternatives
Similar projects and alternatives to Flyway
-
-
SaaSHub
SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives
-
-
Grafana
The open and composable observability and data visualization platform. Visualize metrics, logs, and traces from multiple sources like Prometheus, Loki, Elasticsearch, InfluxDB, Postgres and many more.
-
-
-
-
-
-
-
-
-
bytebase.com
Discontinued Source for bytebase.com [GET https://api.github.com/repos/bytebase/bytebase.com: 404 - Not Found // See: https://docs.github.com/rest/repos/repos#get-a-repository]
-
-
-
-
bytebase
World's most advanced database DevSecOps solution for Developer, Security, DBA and Platform Engineering teams. The GitHub/GitLab for database DevSecOps.
-
-
-
-
Flyway discussion
Flyway reviews and mentions
-
Using PostGIS with Azure Database for PostgreSQL
If you are using Flyway for migrations (as we do on Libelo), put this in your first migration file and it will run once on initial database setup:
- Zero Downtime Database Migrations: A Practical Guide for PostgreSQL
-
Performance Comparison: Flyway 10.0 vs. Liquibase 4.28 vs. Prisma Migrate 6.0 for Database Migrations
flyway/flyway
-
Node.js Database Migrations in Production: Zero-Downtime Strategies That Actually Work
If you're running PostgreSQL in production but want SQL-based migrations with support for MySQL, Oracle, or SQL Server, Flyway is excellent.
-
The basics of managing the database schema changes
This article outlines my approach to schema management, its trade-offs, and strategies for scaling to higher reliability. As a solopreneur, I prioritize simplicity and productivity. While I use Java and JMigrate, these concepts apply to any library like Flyway, Liquibase, MyBatis and across languages and frameworks like Rails.
-
Best Database Migration Tools for Golang
Flyway is a Java-based migration tool that’s widely used in enterprise settings. While not Go-native, you can integrate it into Go projects using its CLI or by calling its Java library. Flyway is great for teams needing robust versioning and audit-ready migration history.
- Ne jouez plus tout l'historique de vos migrations Flyway grâce au baseline !
-
Run Flyway DB migrations with AWS Lambda and RDS - Part 1
Usually there is a need to run SQL database updates: update table columns, add new rows, create a new schema etc. Often developer teams are using Flyway It is an open-source database SQL deployment tool. In Flyway, all DDL and DML changes to the database are called migrations. Migrations can be versioned or repeatable.
-
A Journey Towards A Scalable Multi-Tenant Application
Our client's engineering team recommended Flyway and successfully used it to manage their migrations. We chose to adopt Flyway due to its simplicity, speed, reliability, and successful implementation by our client's engineering team. Their existing codebase and experiences allowed us to transition smoothly to Flyway.
-
Required Database Management Tools for Web Development
Flyway
-
A note from our sponsor - SaaSHub
www.saashub.com | 15 Jul 2026
Stats
flyway/flyway is an open source project licensed under Apache License 2.0 which is an OSI approved license.
The primary programming language of Flyway is Java.