Skip to content

A Plugin designed to help .NET developers using Jetbrains Rider manage their database activities powered by Entity Framework

License

Notifications You must be signed in to change notification settings

minasploit/migration-facilitator

Repository files navigation

.Net EF Migration Facilitator

Build Version Downloads Rating Install

Manages the addition and removal of EF Core migrations as well as database updates.

Find Migrations on the Main Menu, which gives access to Add Migration, Remove Migration and Update Database


Features

Add Migration

  • Under Migrations, click Add Migration
  • Set the correct startup and data project
  • Set the migration name and click Add Migration

Remove Migration

  • Under Migrations, click Remove Migration
  • Set the correct startup and data project
  • Click Remove Migration and confirm

Update Database

  • Under Migrations, click Update Database
  • Wait for the migrations to be loaded...
  • If an error occurs when migrations are loaded, make sure you set the correct startup and data project, and use the Refresh Migration and wait for the migrations to be loaded
  • Select the desired migration to updates the database to and click Update Database

Installation

  • Using IDE built-in plugin system:

    Settings/Preferences > Plugins > Marketplace > Search for ".Net EF Migration Facilitator" > Install Plugin

  • Manually:

    Download the latest release and install it manually using Settings/Preferences > Plugins > ⚙️ > Install plugin from disk...


Thank you for using the plugin. 💙 from Ethiopia 🇪🇹

About

A Plugin designed to help .NET developers using Jetbrains Rider manage their database activities powered by Entity Framework

Topics

Resources

License

Code of conduct

Stars

Watchers

Forks

Languages