关于
This skill empowers developers to navigate complex database evolutions by providing standardized patterns for Sequelize, TypeORM, and Prisma. It focuses on maintaining system availability through zero-downtime deployment strategies like blue-green deployments and ensures data integrity with transaction-based rollback procedures and multi-step schema transformations. Whether you are moving between ORMs, renaming columns in high-traffic tables, or performing cross-dialect migrations such as MySQL to PostgreSQL, this skill provides the implementation patterns and best practices needed for safe, repeatable database changes.