Skip to content

Latest commit

 

History

History
 
 

BaGet.Database.MySql

BaGet's MySQL Database Provider

This project contains BaGet's MySQL database provider.

Migrations

Add a migration with:

dotnet ef migrations add MigrationName --context MySqlContext --output-dir Migrations --startup-project ..\BaGet\BaGet.csproj

dotnet ef database update --context MySqlContext