EntityFrameworkCore.Migrator.AspNetCore

Toggle theme

Home

With EntityFrameworkCore.Migrator.AspNetCore you can manage your Entity Framework Core (EF Core) migrations with a nice UI in you ASP.NET Core application.

Migration management

You can manage the migration created through .NET CLI or Package Manager Console with the provided UI. The tool generates SQL that would executed on the database before running the migration so you can make sure everything is as expected.

List of migrationsMigration

Live migration

You can also generate and run SQL script that automatically migrate your database from the current state to the state you have in your code, without the need for any migrations. You can also modify all the migration operations generated by EF Core before generating the commands.

Live migration