Ross ROSS = Recommend OSS · open-source software intelligence for agents

flyway/flyway

Flyway by Redgate • Database Migrations Made Easy. observed · 2026-08-28

github.com/flyway/flyway · homepage · Java · Apache-2.0 (permissive) observed · 2026-08-28

Health v2 · maintenance only

95/100

  • Activity 99
  • Release rhythm 87
  • Longevity 100
How is this computed?

round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10) — computed 2026-09-03. Adoption (stars, forks) is never an input.

  • gap_med: 8.0
  • age_days: 5010
  • days_rel: 7
  • days_push: 7
  • n_releases_24m: 83

Full methodology

Adoption not part of the score

10029 stars · 1630 forks observed · 2026-08-28

What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-29, confidence not recorded

Flyway is an open-source database migration tool by Redgate that versions and applies schema and data changes across 50+ database systems using SQL, Java, or script-based migrations tracked in a schema history table. It ships as a Java library, Maven/Gradle plugin, and standalone CLI, integrating with CI/CD pipelines and frameworks like Spring Boot.

Use cases

  • version and apply database schema changes automatically
  • run database migrations in CI/CD pipelines
  • keep database schemas in sync across environments
  • migrate a database schema on application startup
  • manage SQL migration scripts with version numbering
  • roll out schema changes to multiple database instances
  • set up database migrations for a Spring Boot project

When to choose

  • you need reliable, versioned schema migrations across many database engines
  • you want migrations as plain SQL files tracked in source control
  • you need a Java/JVM-integrated migration tool for CI/CD or Spring Boot
  • you want a mature, widely adopted tool with a simple convention-over-configuration workflow

When to avoid

  • you need bidirectional schema sync or automatic diffing between a live database and models
  • you require advanced features like undo, drift detection, or a GUI, which are paid Redgate editions
  • your stack is non-JVM and you prefer a different migration ecosystem (e.g., Alembic, Django migrations)
  • you need complex programmatic transformation logic beyond what SQL/Java migrations comfortably express

Facets

library · maturity stable

database deployment ci-cd cli developer-tools databases developer-tools jvm cli cross-platform windows database-migrations schema-migration sql version-control-for-databases continuous-delivery postgresql mysql oracle sql-server devops automation docker linux macos

7 sources

Member repositories

RepositoryRoleHealth v2
flyway/flywaymain95

For agents

markdown · JSON · MCP: product_card(name="flyway/flyway")

Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem