Caution
This documentation is for EF Core. For EF6.x and earlier release see http://msdn.com/data/ef.
Npgsql (PostgreSQL)¶
This database provider allows Entity Framework Core to be used with PostgreSQL. The provider is maintained as part of the Npgsql project.
In this article:
Install¶
Install the Npgsql.EntityFrameworkCore.PostgreSQL NuGet package.
PM> Install-Package Npgsql.EntityFrameworkCore.PostgreSQL
Get Started¶
See the Npgsql documentation to get started.
Supported Database Engines¶
- PostgreSQL
Supported Platforms¶
- Full .NET (4.5.1 onwards)
- .NET Core
- Mono (4.2.0 onwards)