Sqlite Adonet

Implementation details for the Microsoft.Data.Sqlite ADO.NET provider. Use when changing files under `src/Microsoft.Data.Sqlite.Core/`.

.NET (Microsoft) 6f07513 540 B Updated 4k repo stars

File contents

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)

dotnet/efcore/tree/main/.agents/skills/sqlite-adonet commit 6f07513f04

Frequently asked questions

npx skillmds@latest add dotnet/sqlite-adonet