All topics / Liquibase, From Zero

Liquibase, From Zero

Database migrations with Liquibase: changesets in SQL, YAML, or XML, a tracked changelog, and database-agnostic changes when you need to target more than one engine.

  1. The mental model: changelog and changeset
  2. The everyday loop: write, update, status, rollback
  3. When the abstraction earns its keep