Skip to content

Servant-Software-LLC/EFCore.SampleProvider

Repository files navigation

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

About

Minimal EFCore provider sample

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages