Skip to content

Latest commit

 

History

History
 
 

BaGet.Database.MySql

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 

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