Entity Framework Core.
- Install dependencies.
- Run the project without debugging.
Install-Package Microsoft.EntityFrameworkCore.Sqlite
Install-Package Microsoft.EntityFrameworkCore.Tools
Add-Migration InitialCreate
Update-Database
Remove-Migration
Get-Migration