Software Alternatives & Reviews

Liquibase Reviews

Database schema change management and release automation solution.

Social recommendations and mentions

We have tracked the following product recommendations or mentions on Reddit and HackerNews. They can help you see what people think about Liquibase and what they use it for.
  • How do you guys go about the persistence layer?
    As far as keeping track of domain changes you can store DDL files in version control like you mention or use tools like Flyway (https://flywaydb.org) or Liquidbase (https://liquibase.org) which takes care of database migrations. - Source: Reddit / about 1 year ago
  • How do you guys go about the persistence layer? (x-post)
    I just use SQL directly (or something like JOOQ). For database migrations I use Liquibase. - Source: Reddit / about 1 year ago
  • Where questioning the scale of a company and its clients its seen bad
    Regarding the migrations, there are tools such as https://liquibase.org/ or FlyAway that handle this. Heck, you can even use an ORM that has a migration baked-in but that defeats the purpose of having the migrations in a separate project. - Source: Reddit / about 1 year ago
  • State based change management tool for Snowflake
    I've trialled schemachange and liquibase which are change script based tools. I've ruled out a whole load of other tools that are either change script based tools or don't support Snowflake, including the following:. - Source: Reddit / about 1 year ago
  • Learning SQL and using dll (CREATE,DROP,ALTER)
    Nowadays I prefer to automate database updates and deployment, using Liquibase and its relational database vendor agnostic syntax for that. Especially on production systems. But on local dev environments, I can still use the occasional SQL in a pinch. - Source: Reddit / about 1 year ago

Do you know an article comparing Liquibase to other products?
Suggest a link to a post with product alternatives.