Flyway an open-source database migration tool.md 574 B


Title: "Flyway an open-source database migration tool" Categories: [data base] date: 2017-07-02 22:01:20 tags: [flyway, migration tool]

Authors: sedlav

Flyway is an open-source database migration tool. It strongly favors simplicity and convention over configuration. It is based around just 6 basic commands: Migrate, Clean, Info, Validate, Baseline and Repair.

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).

Link