Review
Do you have one single database system, or do you need to support several, like e.g. Postgres and MariaDB? Because to me, that’s the major difference: while in Flyway, you write the migrations in plain SQL (in your databases dialect), Liquibase abstracts from that using a XML/YAML language, which it can translate to a dozen different SQL dialects at runtime. However, if you know that you’ll always have that one single database, learning that abstraction is pretty pointless.
0 views0
Comments