概要
This skill provides a comprehensive framework for managing database evolutions using popular ORMs like Sequelize, TypeORM, and Prisma. It guides developers through complex tasks such as schema transformations, data backfilling, and cross-database migrations while prioritizing system availability. By implementing multi-step deployment patterns and transaction-based rollback strategies, it ensures that database updates are safe, reversible, and compatible with high-traffic production environments.