|
|
|
|
|
by axelfontaine
3526 days ago
|
|
Flyway author here. Besides supporting many more databases, Flyway's parser is also much more robust with support for all kinds of database specific things like changing delimiters with MySQL, Oracle PL/SQL, PotsgreSQL COPY FROM STDIN, T-SQL, ... And you can use truly plain SQL files like the ones generated from your DB's dump tool as a starting point, no special comments required. (And of course you also have things like repeatable migrations, Java-based migrations (great for complex data transformations), API and build tool integration, ...) |
|