EntityFrameworkCore.PostgreSQL.Conventions is a extension to incorporate Microsoft.EntityFrameworkCore.ModelBuilder conventions to use PostgreSQL.
Learn Entity Framework Core: https://www.learnentityframeworkcore.com/
Entity Framework Core Tutorial: https://entityframeworkcore.com/
Entity Framework 6 Tutorial: https://entityframework.net/
Info
Version: | 1.0.2 |
Author(s): | Rafael Viegas |
Last Update: | Wednesday, June 26, 2019 |
.NET Fiddle: | Create the first Fiddle |
NuGet Url: | https://www.nuget.org/packages/EntityFrameworkCore.PostgreSQL.Conventions |
Install
Install-Package EntityFrameworkCore.PostgreSQL.Conventions
dotnet add package EntityFrameworkCore.PostgreSQL.Conventions
paket add EntityFrameworkCore.PostgreSQL.Conventions
EntityFrameworkCore.PostgreSQL.Conventions Download (Unzip the "nupkg" after downloading)
Dependencies
- Microsoft.EntityFrameworkCore(>= 1.0.0)
- Microsoft.EntityFrameworkCore.Relational(>= 1.0.0)
Tags