Module
abhackus-dborm/migrations
Objective: Schema evolution control and auditable data-change history without breaking operations.
Usage: Versioned migrations for repeatable deployments, technical audits, and planned rollback.
Module diagram
graph LR
M[SQL Migrations] --> D[(PostgreSQL)]
R[REST API] --> D