Skip to content

Latest commit

 

History

History
7 lines (4 loc) · 296 Bytes

File metadata and controls

7 lines (4 loc) · 296 Bytes

Using a SQLite database with Entity Framework Core

The Chinook database is used as an example of how to use Entity Framework Core in a .NET core project targeting SQLite.

Running the code

Just clone, dotnet restore and dotnet run it!