Implements safe, zero-downtime database schema changes and migrations using PostgreSQL and sqlc best practices.
This skill equips Claude with specialized knowledge for managing production database migrations without service interruption. It focuses on PostgreSQL-specific optimizations, such as concurrent indexing and safe column additions, while integrating seamlessly with the sqlc Go toolkit. By emphasizing the expand-contract pattern and the strict separation of schema (DDL) and data (DML) changes, it helps developers avoid catastrophic table locks and application errors during complex deployments.
Características Principales
01Type-safe Go integration patterns using sqlc
02Automated migration safety checklists and anti-pattern detection