Npgsql.EntityFrameworkCore.PostgreSQL
3.1.4
Prefix Reserved
See the version list below for details.
dotnet add package Npgsql.EntityFrameworkCore.PostgreSQL --version 3.1.4
NuGet\Install-Package Npgsql.EntityFrameworkCore.PostgreSQL -Version 3.1.4
<PackageReference Include="Npgsql.EntityFrameworkCore.PostgreSQL" Version="3.1.4" />
<PackageVersion Include="Npgsql.EntityFrameworkCore.PostgreSQL" Version="3.1.4" />
<PackageReference Include="Npgsql.EntityFrameworkCore.PostgreSQL" />
paket add Npgsql.EntityFrameworkCore.PostgreSQL --version 3.1.4
#r "nuget: Npgsql.EntityFrameworkCore.PostgreSQL, 3.1.4"
#:package Npgsql.EntityFrameworkCore.PostgreSQL@3.1.4
#addin nuget:?package=Npgsql.EntityFrameworkCore.PostgreSQL&version=3.1.4
#tool nuget:?package=Npgsql.EntityFrameworkCore.PostgreSQL&version=3.1.4
PostgreSQL/Npgsql provider for Entity Framework Core.
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET | net5.0 was computed. net5.0-windows was computed. net6.0 was computed. net6.0-android was computed. net6.0-ios was computed. net6.0-maccatalyst was computed. net6.0-macos was computed. net6.0-tvos was computed. net6.0-windows was computed. net7.0 was computed. net7.0-android was computed. net7.0-ios was computed. net7.0-maccatalyst was computed. net7.0-macos was computed. net7.0-tvos was computed. net7.0-windows was computed. net8.0 was computed. net8.0-android was computed. net8.0-browser was computed. net8.0-ios was computed. net8.0-maccatalyst was computed. net8.0-macos was computed. net8.0-tvos was computed. net8.0-windows was computed. net9.0 was computed. net9.0-android was computed. net9.0-browser was computed. net9.0-ios was computed. net9.0-maccatalyst was computed. net9.0-macos was computed. net9.0-tvos was computed. net9.0-windows was computed. net10.0 was computed. net10.0-android was computed. net10.0-browser was computed. net10.0-ios was computed. net10.0-maccatalyst was computed. net10.0-macos was computed. net10.0-tvos was computed. net10.0-windows was computed. |
.NET Core | netcoreapp2.0 was computed. netcoreapp2.1 was computed. netcoreapp2.2 was computed. netcoreapp3.0 was computed. netcoreapp3.1 was computed. |
.NET Standard | netstandard2.0 is compatible. netstandard2.1 was computed. |
.NET Framework | net461 was computed. net462 was computed. net463 was computed. net47 was computed. net471 was computed. net472 was computed. net48 was computed. net481 was computed. |
MonoAndroid | monoandroid was computed. |
MonoMac | monomac was computed. |
MonoTouch | monotouch was computed. |
Tizen | tizen40 was computed. tizen60 was computed. |
Xamarin.iOS | xamarinios was computed. |
Xamarin.Mac | xamarinmac was computed. |
Xamarin.TVOS | xamarintvos was computed. |
Xamarin.WatchOS | xamarinwatchos was computed. |
-
.NETStandard 2.0
- Microsoft.EntityFrameworkCore (>= 3.1.4)
- Microsoft.EntityFrameworkCore.Abstractions (>= 3.1.4)
- Microsoft.EntityFrameworkCore.Relational (>= 3.1.4)
- Npgsql (>= 4.1.3.1)
NuGet packages (1.6K)
Showing the top 5 NuGet packages that depend on Npgsql.EntityFrameworkCore.PostgreSQL:
Package | Downloads |
---|---|
Npgsql.EntityFrameworkCore.PostgreSQL.Design
PostgreSQL/Npgsql provider for Entity Framework Core. |
|
Npgsql.EntityFrameworkCore.PostgreSQL.NetTopologySuite
NetTopologySuite PostGIS spatial support plugin for PostgreSQL/Npgsql Entity Framework Core provider. |
|
Npgsql.EntityFrameworkCore.PostgreSQL.NodaTime
NodaTime support plugin for PostgreSQL/Npgsql Entity Framework Core provider. |
|
EFCore.BulkExtensions.PostgreSql
EntityFramework .Net EFCore EF Core Bulk Batch Extensions for Insert Update Delete Read (CRUD) operations on PostgreSQL |
|
AppAny.Quartz.EntityFrameworkCore.Migrations.PostgreSQL
EntityFrameworkCore PostgreSQL migrations for Quartz.NET |
GitHub repositories (279)
Showing the top 20 popular GitHub repositories that depend on Npgsql.EntityFrameworkCore.PostgreSQL:
Repository | Stars |
---|---|
dotnet/aspnetcore
ASP.NET Core is a cross-platform .NET framework for building modern cloud-based web applications on Windows, Mac, or Linux.
|
|
bitwarden/server
Bitwarden infrastructure/backend (API, database, Docker, etc).
|
|
abpframework/abp
Open-source web application framework for ASP.NET Core! Offers an opinionated architecture to build enterprise software solutions with best practices on top of the .NET. Provides the fundamental infrastructure, cross-cutting-concern implementations, startup templates, application modules, UI themes, tooling and documentation.
|
|
dotnet/eShop
A reference .NET application implementing an eCommerce site
|
|
MassTransit/MassTransit
Distributed Application Framework for .NET
|
|
btcpayserver/btcpayserver
Accept Bitcoin payments. Free, open-source & self-hosted, Bitcoin payment processor.
|
|
dotnetcore/CAP
Distributed transaction solution in micro-service base on eventually consistency, also an eventbus with Outbox pattern
|
|
fullstackhero/dotnet-starter-kit
Production Grade Cloud-Ready .NET 9 Starter Kit (Web API + Blazor Client) with Multitenancy Support, and Clean/Modular Architecture that saves roughly 200+ Development Hours! All Batteries Included.
|
|
danielgerlag/workflow-core
Lightweight workflow engine for .NET Standard
|
|
ChilliCream/graphql-platform
Welcome to the home of the Hot Chocolate GraphQL server for .NET, the Strawberry Shake GraphQL client for .NET and Nitro the awesome Monaco based GraphQL IDE.
|
|
aspnet/Mvc
[Archived] ASP.NET Core MVC is a model view controller framework for building dynamic web sites with clean separation of concerns, including the merged MVC, Web API, and Web Pages w/ Razor. Project moved to https://github.com/aspnet/AspNetCore
|
|
dotnet/aspire
Aspire is the tool for code-first, extensible, observable dev and deploy.
|
|
immense/Remotely
A remote control and remote scripting solution, built with .NET 8, Blazor, and SignalR.
|
|
dotnetcore/Util
Util是一个.Net平台下的应用框架,旨在提升中小团队的开发能力,由工具类、分层架构基类、Ui组件,配套代码生成模板,权限等组成。
|
|
dotnetcore/WTM
Use WTM to write .netcore app fast !!!
|
|
Xabaril/AspNetCore.Diagnostics.HealthChecks
Enterprise HealthChecks for ASP.NET Core Diagnostics Package
|
|
testcontainers/testcontainers-dotnet
A library to support tests with throwaway instances of Docker containers for all compatible .NET Standard versions.
|
|
cq-panda/Vue.NetCore
(已支持sqlsugar).NetCore、.Net6、Vue2、Vue3、Vite、TypeScript、Element plus+uniapp前后端分离,全自动生成代码;支持移动端(ios/android/h5/微信小程序。http://www.volcore.xyz/
|
|
Ombi-app/Ombi
Want a Movie or TV Show on Plex/Emby/Jellyfin? Use Ombi!
|
|
borisdj/EFCore.BulkExtensions
Entity Framework EF Core efcore Bulk Batch Extensions with BulkCopy in .Net for Insert Update Delete Read (CRUD), Truncate and SaveChanges operations on SQL Server, PostgreSQL, MySQL, SQLite, Oracle
|
Version | Downloads | Last Updated |
---|---|---|
10.0.0-rc.2 | 2,876 | 10/16/2025 |
10.0.0-rc.1 | 35,271 | 9/10/2025 |
10.0.0-preview.7 | 12,804 | 8/17/2025 |
10.0.0-preview.5 | 29,494 | 6/11/2025 |
10.0.0-preview.3 | 10,815 | 4/12/2025 |
10.0.0-preview.2 | 4,048 | 3/24/2025 |
10.0.0-preview.1 | 2,973 | 3/1/2025 |
9.0.4 | 13,869,352 | 3/1/2025 |
9.0.3 | 5,851,219 | 1/17/2025 |
9.0.2 | 4,414,389 | 12/7/2024 |
9.0.1 | 1,841,798 | 11/19/2024 |
9.0.0-rc.2 | 115,097 | 10/13/2024 |
9.0.0-rc.1 | 63,318 | 9/13/2024 |
9.0.0-preview.7 | 15,999 | 9/1/2024 |
9.0.0-preview.3 | 124,265 | 4/12/2024 |
9.0.0-preview.2 | 18,071 | 3/22/2024 |
9.0.0-preview.1 | 61,544 | 2/14/2024 |
8.0.11 | 13,444,408 | 11/18/2024 |
8.0.10 | 6,572,302 | 10/17/2024 |
8.0.8 | 4,136,747 | 9/27/2024 |
8.0.4 | 28,576,344 | 5/11/2024 |
8.0.2 | 14,931,375 | 2/17/2024 |
8.0.0 | 12,636,557 | 11/21/2023 |
8.0.0-rc.2 | 175,119 | 10/11/2023 |
8.0.0-rc.1 | 84,673 | 9/14/2023 |
8.0.0-preview.7 | 16,986 | 8/18/2023 |
8.0.0-preview.4 | 76,087 | 5/20/2023 |
8.0.0-preview.3 | 46,761 | 4/24/2023 |
8.0.0-preview.2 | 30,950 | 3/20/2023 |
8.0.0-preview.1 | 64,051 | 3/3/2023 |
7.0.18 | 1,964,729 | 5/11/2024 |
7.0.11 | 9,475,076 | 9/15/2023 |
7.0.4 | 14,047,005 | 4/24/2023 |
7.0.3 | 8,595,302 | 2/15/2023 |
7.0.1 | 5,811,158 | 12/17/2022 |
7.0.0 | 3,665,993 | 11/9/2022 |
7.0.0-rc.2 | 59,292 | 10/11/2022 |
7.0.0-rc.1 | 17,023 | 9/16/2022 |
7.0.0-preview.7 | 16,428 | 8/9/2022 |
7.0.0-preview.6 | 16,726 | 7/13/2022 |
7.0.0-preview.5 | 11,253 | 6/19/2022 |
7.0.0-preview.4 | 18,957 | 5/11/2022 |
7.0.0-preview.3 | 14,672 | 4/19/2022 |
7.0.0-preview.2 | 25,038 | 3/16/2022 |
7.0.0-preview.1 | 10,974 | 2/17/2022 |
6.0.29 | 1,976,682 | 5/11/2024 |
6.0.22 | 2,460,919 | 9/15/2023 |
6.0.8 | 11,589,461 | 12/17/2022 |
6.0.7 | 10,353,889 | 9/16/2022 |
6.0.6 | 9,107,440 | 8/4/2022 |
6.0.5 | 6,465,379 | 6/19/2022 |
6.0.4 | 8,917,472 | 4/19/2022 |
6.0.3 | 8,141,442 | 1/27/2022 |
6.0.2 | 4,162,559 | 12/22/2021 |
6.0.1 | 5,642,009 | 12/3/2021 |
6.0.0 | 4,769,077 | 11/9/2021 |
6.0.0-rc.2 | 135,247 | 10/14/2021 |
6.0.0-rc.1 | 147,516 | 9/24/2021 |
6.0.0-preview7 | 20,980 | 8/16/2021 |
6.0.0-preview6 | 6,145 | 7/31/2021 |
6.0.0-preview5 | 44,428 | 7/1/2021 |
6.0.0-preview4 | 32,801 | 5/27/2021 |
6.0.0-preview3 | 23,245 | 4/15/2021 |
6.0.0-preview2 | 10,376 | 3/11/2021 |
6.0.0-preview1 | 13,974 | 2/16/2021 |
5.0.10 | 8,540,689 | 9/15/2021 |
5.0.7 | 5,665,657 | 6/13/2021 |
5.0.6 | 1,864,901 | 5/11/2021 |
5.0.5.1 | 1,361,799 | 4/21/2021 |
5.0.5 | 443,663 | 4/16/2021 |
5.0.2 | 4,628,137 | 1/19/2021 |
5.0.1 | 1,573,581 | 12/12/2020 |
5.0.0 | 1,948,695 | 11/15/2020 |
3.1.18 | 3,291,118 | 8/27/2021 |
3.1.11 | 2,924,566 | 1/21/2021 |
3.1.4 | 12,541,714 | 5/29/2020 |
3.1.3 | 3,474,319 | 3/26/2020 |
3.1.2 | 2,049,593 | 2/20/2020 |
3.1.1.2 | 797,195 | 2/6/2020 |
3.1.1.1 | 212,984 | 2/3/2020 |
3.1.1 | 387,119 | 1/31/2020 |
3.1.0 | 3,111,838 | 12/4/2019 |
3.0.1 | 1,079,339 | 10/2/2019 |
3.0.0 | 297,807 | 9/26/2019 |
2.2.4 | 5,526,393 | 5/21/2019 |
2.2.0 | 5,594,123 | 12/7/2018 |
2.1.2 | 3,664,501 | 9/8/2018 |
2.1.1.1 | 1,285,917 | 7/15/2018 |
2.1.1 | 716,705 | 7/1/2018 |
2.1.0 | 1,340,468 | 5/31/2018 |
2.0.2 | 571,062 | 4/22/2018 |
2.0.1 | 606,881 | 1/11/2018 |
2.0.0 | 1,081,730 | 8/16/2017 |
1.1.1 | 409,640 | 7/25/2017 |
1.1.0 | 1,689,757 | 11/20/2016 |
1.0.2 | 110,732 | 9/24/2016 |
1.0.1 | 148,914 | 7/21/2016 |
1.0.0 | 362,295 | 6/29/2016 |