Docs

EF Core

v8.x

The .NET object-relational mapper.

ormdatabase

Install

cli
bash
dotnet add package Microsoft.EntityFrameworkCore.Sqlite

Why EF Core

LINQ queries

Query the DB in C#.

Migrations

Evolve the schema in code.

Documentation

Guide