What problem does it solve?
This Skill addresses the complexities of managing Entity Framework Core migrations across different database providers, such as SQL Server and MySQL, ensuring seamless database migration and parity across providers.
Core Features & Use Cases
- Provider Switching: Dynamically switch between database providers at runtime.
- Migration Parity: Generate and apply migrations that are compatible across different database providers.
- Design-Time Factory: Configure
AppDbContextFactory for design-time database context creation.
- Bootstrap Migration: Safely apply bootstrap migrations to existing databases without conflicts.
- Use Case: When migrating an application from SQL Server to MySQL, this Skill ensures that migrations are generated and applied correctly, maintaining data integrity and application functionality.
Quick Start
Use the multi-provider-ef skill to switch the database provider to MySQL and apply the latest migrations.