Skip to content

Latest commit

 

History

History
4 lines (3 loc) · 1.01 KB

README.md

File metadata and controls

4 lines (3 loc) · 1.01 KB

EFCore.SampleProvider

The goal of this repo is to provide to the EFCore community the absolute minimal code needed in order to produce an EF Core Provider that is external to the EFCore repo. In order to avoid the complexities that lie within a provider, this provider with just be a wrapper around the SQLite in-memory EFCore Provider (source code). In effect then, the code within this repo becomes simply the API surface required for an EFCore provider. Per recommendations of a primary EFCore contributor this provider will be modeled in file/folder structure after the Npgsql and Pomelo MySQL providers.

This hopefully will (at least partially) address the open issue dotnet/EntityFramework.Docs#681