Skip to content

BrianMikinski/EFCoreSQLite

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

EFCoreSQLite

Testing EF Core with SQLite

  1. Add Necessary Packages
    • dotnet add package Microsoft.EntityFrameworkCore.Design
    • dotnet add package Microsoft.EntityFrameworkCore.Design
    • dotnet add package Microsoft.EntityFrameworkCore.Sqlite
  2. Add initial migration
    • dotnet ef migrations add InitialCreate

About

Testing EF Core with SQLite

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages