Abstract/Light classes created to help decouple applications from their persistence systems, mainly created to remove Penguins from EntityFramework and allow for in-memory or JSON persistence through a single code path.
Info
Version: | 5.1.0 |
Author(s): | Penguin.Persistence.Abstractions |
Last Update: | Friday, January 27, 2023 |
.NET Fiddle: | Create the first Fiddle |
Project Url: | https://github.com/PenguinCms/Penguin.Persistence.Abstractions |
NuGet Url: | https://www.nuget.org/packages/Penguin.Persistence.Abstractions |
Install
Install-Package Penguin.Persistence.Abstractions
dotnet add package Penguin.Persistence.Abstractions
paket add Penguin.Persistence.Abstractions
Penguin.Persistence.Abstractions Download (Unzip the "nupkg" after downloading)
Dependencies
- Penguin.Entities.Abstractions(>= 5.0.1)
- Penguin.Reflection.Extensions(>= 5.0.1)