Study using Entity Framework with SQLite in .net
Console Application
To run the application:
- Open a terminal and navigate to the application`s folder.
- Execute the following command:
dotnet runDatabase Migations:
For create migrations was used the following command:
dotnet ef migrations add InitialCreateAnd for update database:
dotnet ef database update