Skip to content

v76s/SQLiteEF_LoRa

Repository files navigation

SQLiteEF_LoRa

Simple reminder demo for SQLite + EF.

Steps to run: Hit F5 in Visual Studio

Steps to reproduce:

  • Add packages: Microsoft.EntityFrameworkCore Microsoft.EntityFrameworkCore.Design Microsoft.EntityFrameworkCore.Sqlite

  • Create model, corresponding controller.

  • Create DataContext and apply migrations to DB. dotnet ef migrations add dotnet ef database update

    Some updates made on Github but don't exist on my local

  • Add to appsettings.json : "ConnectionStrings": { "DefaultConnection": "Data Source=LoRaSQLite.db"

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages