Abstract objects and interfaces for use with Penguin.Persistence.Abstractions created to convert EntityFramework contexts to a repository pattern allowing for applications to decouple from EF and allow for other data providers.
Info
Version: | 5.1.0 |
Author(s): | Penguin.Persistence.Repositories |
Last Update: | Friday, January 27, 2023 |
.NET Fiddle: | Create the first Fiddle |
Project Url: | https://github.com/PenguinCms/Penguin.Persistence.Repositories |
NuGet Url: | https://www.nuget.org/packages/Penguin.Persistence.Repositories |
Install
Install-Package Penguin.Persistence.Repositories
dotnet add package Penguin.Persistence.Repositories
paket add Penguin.Persistence.Repositories
Penguin.Persistence.Repositories Download (Unzip the "nupkg" after downloading)
Dependencies
- Penguin.DependencyInjection.Abstractions(>= 5.0.1)
- Penguin.Messaging.Core(>= 5.0.1)
- Penguin.Messaging.Persistence(>= 5.0.1)
- Penguin.Persistence.Abstractions(>= 5.0.1)
- Penguin.Reflection(>= 5.0.1)