Entity Framework Core: Drop Database

Last modified: 04 December 2024

This command deletes the database. TODO: which database if there are several?

Under the hood, JetBrains Rider will apply the dotnet ef database drop command with the corresponding arguments. Make sure that dotnet ef global tool is installed on your machine.

Below is the list of options for the Drop Database command.