Implements safe, zero-downtime database schema changes and data migrations using industry-standard patterns.
This skill equips Claude with advanced patterns and best practices for managing database migrations across various environments and frameworks. It covers PostgreSQL-specific optimizations like concurrent indexing, zero-downtime strategies using the expand-contract pattern, and implementation details for popular tools including Prisma, Drizzle, Django, and golang-migrate. By following these guidelines, developers can ensure data integrity, avoid production table locks, and maintain version-controlled schema evolution without manual database intervention.
주요 기능
010 GitHub stars
02Framework-specific guidance for Prisma, Drizzle, and Django