Skip to content

Repository files navigation

Study using Entity Framework with SQLite in .net

Console Application

To run the application:

  1. Open a terminal and navigate to the application`s folder.
  2. Execute the following command:
dotnet run

Database Migations:

For create migrations was used the following command:

dotnet ef migrations add InitialCreate

And for update database:

dotnet ef database update

About

Project to understand the basic of EntityFramework using SQLite

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Used by

Contributors

Languages