Info
Version: | 6.0.0 |
Author(s): | Hieu Tran |
Last Update: | Friday, December 17, 2021 |
.NET Fiddle: | Create the first Fiddle |
Project Url: | https://github.com/hieutran3010/EFPostgresEngagement |
NuGet Url: | https://www.nuget.org/packages/EFPostgresEngagement |
Install
Install-Package EFPostgresEngagement
dotnet add package EFPostgresEngagement
paket add EFPostgresEngagement
EFPostgresEngagement Download (Unzip the "nupkg" after downloading)
Dependencies
- Microsoft.AspNetCore.Http.Abstractions(>= 2.2.0)
- Microsoft.EntityFrameworkCore(>= 3.1.10)
- Microsoft.Extensions.Configuration.Abstractions(>= 3.1.10)
- Npgsql.EntityFrameworkCore.PostgreSQL(>= 3.1.4)
Tags
In other hand, it provides some common interfaces that would be help for CRUD such as IUnitOfWork, IRepository, just do a little code and let's start.