A library for helping with common EntityFrameworkCore patterns, including repositories, CRUD and seeding.
Info
Version: | 1.0.1 |
Author(s): | Phoenix Apps Ltd |
Last Update: | Tuesday, February 12, 2019 |
.NET Fiddle: | Create the first Fiddle |
Project Url: | https://github.com/phoenix-apps/Phnx |
NuGet Url: | https://www.nuget.org/packages/Phnx.Data.EFCore |
Install
Install-Package Phnx.Data.EFCore
dotnet add package Phnx.Data.EFCore
paket add Phnx.Data.EFCore
Phnx.Data.EFCore Download (Unzip the "nupkg" after downloading)
Dependencies
- Microsoft.EntityFrameworkCore(>= 2.0.0)
- Phnx.Data(>= 1.0.0)