Info
Version: | 3.0.0 |
Author(s): | EFCoreConnectorStore |
Last Update: | Monday, July 19, 2021 |
.NET Fiddle: | Create the first Fiddle |
NuGet Url: | https://www.nuget.org/packages/EFCoreConnectorStore |
Install
Install-Package EFCoreConnectorStore
dotnet add package EFCoreConnectorStore
paket add EFCoreConnectorStore
EFCoreConnectorStore Download (Unzip the "nupkg" after downloading)
Dependencies
- StoreEntities(>= 1.0.1)
- Microsoft.EntityFrameworkCore(>= 5.0.2)
Use this for basic CRUD operations for a given DBContext. See how to use here https://github.com/ravikhubchandani/data-persistence/blob/master/src/DataPersistence/Test/DatabaseStoreTest.cs.