|
|
|
|
|
by sbuttgereit
3528 days ago
|
|
I much prefer the methodology in Sqitch to the migration pattern. http://sqitch.org/ While I wish the tool had been implemented in something other than perl (with 10 million CPAN dependencies), I like that DDL files are versioned and organized in ways more meaningful to the structure of the database rather than being bound to the timeline of the database. If I am going to do migrations, a tool like Rambler would have to compare favorably to Flyway (https://flywaydb.org/), which is pretty solid. |
|