sqlite-adonet

Installation
SKILL.md

Microsoft.Data.Sqlite

Standalone ADO.NET provider in src/Microsoft.Data.Sqlite.Core/, independent of EF Core. Implements System.Data.Common abstractions.

Notable Implementation Details

  • Static constructor calls SQLitePCL.Batteries_V2.Init() reflectively
  • CreateFunction()/CreateAggregate() overloads generated from T4 templates (.tt files)
Installs
2
Repository
dotnet/efcore
GitHub Stars
14.7K
First Seen
Mar 30, 2026
sqlite-adonet — dotnet/efcore