|
|
|
|
|
by xomateix
3525 days ago
|
|
It looks interesting and I like the simplicity of the tool, looking forward for seeing more databases supported. Besides needing the jvm installed, are there any differences between rambler and flyway command line [1] that make it a more suitable choice? [1] https://flywaydb.org/getstarted/firststeps/commandline |
|
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, ...)