Skip to content

Files

Latest commit

1b50d95 · Feb 13, 2018

History

History
7 lines (4 loc) · 296 Bytes

README.md

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!