Skip to content

Liquibase

Architectural Context

Detailed reference for Liquibase in the context of Hardened Infrastructure.

Standard Reference

Cloud Infrastructure

Kubernetes

Database Design

Software Architecture

Database Design (1)

Database-as-a-Service

  • (2023) docs.planetscale.com: The PlanetScale workflow 🌟 [ADVANCED LEVEL] 🌟🌟🌟🌟 [ENTERPRISE-STABLE] — An architectural guide detailing the innovative non-blocking database branch and deployment workflow of PlanetScale (built on Vitess).

  • Explains how schema migrations can be isolated, tested, and applied safely.

  • Guarantees zero production downtime or database table locks.

GitOps

  • bytebase/bytebase ⭐ 14049 [DE FACTO STANDARD] [ENTERPRISE-STABLE] — An open-source, web-based database schema change and collaboration tool designed for developers and DBAs. Implementing a "Database GitOps" workflow, it provides multi-tenant database change management, visual SQL review, and centralized security compliance pipelines.

Migration Patterns

  • (2026) liquibase.org 🌟🌟🌟🌟🌟 [DE FACTO STANDARD] — A leading open-source database schema migration tool that enables teams to track, version, and deploy database changes. It abstracts SQL schemas into XML, YAML, JSON, or plain SQL, facilitating seamless CI/CD integration and deployment across diverse environments.
  • martinfowler.com [DE FACTO STANDARD] — The classic foundational article on Evolutionary Database Design.

  • Defines how to apply Continuous Integration and automated database migrations within modern software lifecycles.

  • Establishes safe practices for database change control that are compatible with agile methodologies.

💡 Explore Related: IaC | Terraform | Ansible