flyway icon
flyway icon

flyway

 8 likes

Flyway is an open-source database migration tool. It strongly favors simplicity and convention over configuration.

License model

  • FreemiumOpen Source

Platforms

  • Mac
  • Windows
  • Linux
  No rating
8 likes
0comments
0 news articles

Features

Suggest and vote on features
  1.  Command line interface
  2.  Database migration

flyway News & Activities

Highlights All activities

Recent News

No news, maybe you know any news worth sharing?
Share a News Tip

Recent activities

Show all activities

flyway information

  • Licensing

    Open Source (Apache-2.0) and Freemium product.
  • Pricing

    free version with limited functionality.
  • Written in

  • Alternatives

    16 alternatives listed
  • Supported Languages

    • English

AlternativeTo Category

OS & Utilities

GitHub repository

  •  8,410 Stars
  •  1,520 Forks
  •  173 Open Issues
  •   Updated Jan 7, 2025 
View on GitHub

Our users have written 0 comments and reviews about flyway, and it has gotten 8 likes

flyway was added to AlternativeTo by davidcorbetta on Oct 16, 2014 and this page was last updated Sep 15, 2023.
No comments or reviews, maybe you want to be first?
Post comment/review

What is flyway?

Flyway is an open-source database migration tool. It strongly favors simplicity and convention over configuration.

It has a Java API (also works on Android) for migrating the database on application startup. Alternatively, you can also use the Maven plugin, Gradle plugin, SBT plugin, Ant tasks or the Command-line client.

And if that not enough, there are third party plugins available for Spring Boot, Dropwizard, Grails, Play, Griffon, Grunt and more!

Supported databases are Oracle, SQL Server, SQL Azure, DB2, MySQL (including Amazon RDS), MariaDB, Google Cloud SQL, PostgreSQL (including Amazon RDS and Heroku), H2, Hsql Derby and SQLite .

Migrations can be written in SQL (database-specific syntax (such as PL/SQL, T-SQL, ...) is supported) or Java (for advanced data transformations or dealing with LOBs)

Official Links