Npgsql 9.0.4

Npgsql is the open source .NET data provider for PostgreSQL. It allows you to connect and interact with PostgreSQL server using .NET.

Quickstart

Here's a basic code snippet to get you started:

var connString = "Host=myserver;Username=mylogin;Password=mypass;Database=mydatabase";

await using var conn = new NpgsqlConnection(connString);
await conn.OpenAsync();

// Insert some data
await using (var cmd = new NpgsqlCommand("INSERT INTO data (some_field) VALUES (@p)", conn))
{
    cmd.Parameters.AddWithValue("p", "Hello world");
    await cmd.ExecuteNonQueryAsync();
}

// Retrieve all rows
await using (var cmd = new NpgsqlCommand("SELECT some_field FROM data", conn))
await using (var reader = await cmd.ExecuteReaderAsync())
{
while (await reader.ReadAsync())
    Console.WriteLine(reader.GetString(0));
}

Key features

  • High-performance PostgreSQL driver. Regularly figures in the top contenders on the TechEmpower Web Framework Benchmarks.
  • Full support of most PostgreSQL types, including advanced ones such as arrays, enums, ranges, multiranges, composites, JSON, PostGIS and others.
  • Highly-efficient bulk import/export API.
  • Failover, load balancing and general multi-host support.
  • Great integration with Entity Framework Core via Npgsql.EntityFrameworkCore.PostgreSQL.

For the full documentation, please visit the Npgsql website.

Showing the top 20 packages that depend on Npgsql.

Packages Downloads
EntityFramework6.Npgsql
PostgreSQL provider for Entity Framework 6
25
Npgsql.EntityFrameworkCore.PostgreSQL
PostgreSQL/Npgsql provider for Entity Framework Core.
25
AspNetCore.HealthChecks.NpgSql
HealthChecks.NpgSql is a health check for Postgress Sql.
23
Npgsql.EntityFrameworkCore.PostgreSQL
PostgreSQL/Npgsql provider for Entity Framework Core.
22
Npgsql.EntityFrameworkCore.PostgreSQL
PostgreSQL/Npgsql provider for Entity Framework Core.
21
EntityFramework6.Npgsql
PostgreSQL provider for Entity Framework 6
21
Npgsql.EntityFrameworkCore.PostgreSQL
Npgsql.EntityFrameworkCore.PostgreSQL
20
AspNetCore.HealthChecks.NpgSql
HealthChecks.NpgSql is a health check for Postgress Sql.
20
Npgsql.EntityFrameworkCore.PostgreSQL
PostgreSQL/Npgsql provider for Entity Framework Core.
20

Version Downloads Last updated
10.0.0-rc.1 0 10/05/2025
9.0.4 1 10/08/2025
9.0.3 19 02/27/2025
9.0.2 16 12/15/2024
9.0.1 21 11/23/2024
8.0.8 1 10/08/2025
8.0.7 15 03/01/2025
8.0.6 22 11/23/2024
8.0.5 20 11/28/2024
8.0.4 16 09/11/2024
8.0.3 21 10/03/2024
8.0.2 20 07/24/2024
8.0.1 19 10/09/2024
8.0.0 20 03/30/2024
8.0.0-rc.2 16 10/05/2024
8.0.0-preview.4 18 10/09/2024
8.0.0-preview.3 14 10/09/2024
8.0.0-preview.2 18 10/09/2024
8.0.0-preview.1 16 10/09/2024
7.0.10 12 03/31/2025
7.0.9 14 11/23/2024
7.0.8 20 10/09/2024
7.0.7 17 10/09/2024
7.0.6 15 10/09/2024
7.0.4 20 10/09/2024
7.0.2 19 10/09/2024
7.0.1 16 10/09/2024
7.0.0 13 10/03/2024
7.0.0-rc.2 17 10/09/2024
7.0.0-rc.1 17 10/03/2024
7.0.0-preview.7 17 10/08/2024
7.0.0-preview.6 13 10/09/2024
7.0.0-preview.5 15 10/09/2024
7.0.0-preview.4 20 10/09/2024
7.0.0-preview.3 17 10/05/2024
7.0.0-preview.2 15 10/09/2024
7.0.0-preview.1 13 10/09/2024
6.0.13 16 11/23/2024
6.0.12 18 10/09/2024
6.0.11 16 10/09/2024
6.0.10 17 10/09/2024
6.0.9 16 10/05/2024
6.0.8 16 10/09/2024
6.0.7 18 10/05/2024
6.0.6 16 12/11/2022
6.0.5 14 10/09/2024
6.0.4 21 10/09/2024
6.0.3 18 10/08/2024
6.0.2 20 10/09/2024
6.0.1 17 10/09/2024
6.0.0 19 10/09/2024
6.0.0-rc.2 18 10/09/2024
6.0.0-rc.1 21 10/09/2024
6.0.0-preview7 19 10/09/2024
6.0.0-preview6 14 10/09/2024
6.0.0-preview5 20 10/09/2024
6.0.0-preview4 17 10/09/2024
6.0.0-preview3 18 10/08/2024
6.0.0-preview2 14 10/09/2024
5.0.18 16 10/09/2024
5.0.17 13 10/09/2024
5.0.16 16 10/09/2024
5.0.15 16 10/09/2024
5.0.14 20 10/06/2024
5.0.13 18 10/05/2024
5.0.12 20 10/09/2024
5.0.11 18 10/09/2024
5.0.10 18 10/09/2024
5.0.7 18 05/16/2023
5.0.5 14 10/03/2024
5.0.4 19 10/09/2024
5.0.3 14 10/09/2024
5.0.2 21 10/09/2024
5.0.1.1 18 10/09/2024
5.0.0 17 10/04/2024
4.1.14 20 10/09/2024
4.1.13 14 10/09/2024
4.1.12 18 10/09/2024
4.1.11 16 10/09/2024
4.1.10 19 10/09/2024
4.1.9 17 10/03/2024
4.1.8 21 10/02/2024
4.1.7 19 10/09/2024
4.1.6 18 10/09/2024
4.1.5 16 10/09/2024
4.1.4 19 10/09/2024
4.1.3.1 19 10/09/2024
4.1.3 19 10/09/2024
4.1.2 20 10/09/2024
4.1.1 16 10/08/2024
4.1.0 16 10/02/2024
4.0.17 16 10/09/2024
4.0.16 17 10/09/2024
4.0.14 18 10/04/2024
4.0.13 18 10/09/2024
4.0.12 18 10/09/2024
4.0.11 19 10/03/2024
4.0.10 17 10/09/2024
4.0.9 18 10/09/2024
4.0.8 22 10/06/2024
4.0.7 20 10/09/2024
4.0.6 18 10/03/2024
4.0.5 20 10/09/2024
4.0.4 22 10/09/2024
4.0.3 17 10/09/2024
4.0.2 16 10/04/2024
4.0.1 15 10/09/2024
4.0.0 21 10/06/2024
4.0.0-rc1 17 10/06/2024
4.0.0-preview2 15 10/07/2024
4.0.0-preview1 18 10/03/2024
3.2.7 14 10/09/2024
3.2.6 19 10/09/2024
3.2.5 18 10/09/2024
3.2.4.1 16 10/09/2024
3.2.4 22 10/09/2024
3.2.3 18 10/04/2024
3.2.2 19 10/05/2024
3.2.1 19 10/09/2024
3.2.0 20 10/09/2024
3.1.10 17 10/09/2024
3.1.9 17 10/04/2024
3.1.8 19 10/09/2024
3.1.7 19 10/09/2024
3.1.6 14 10/04/2024
3.1.5 15 10/09/2024
3.1.4 18 10/09/2024
3.1.3 19 10/09/2024
3.1.2 17 10/09/2024
3.1.1 20 10/09/2024
3.1.0 17 10/04/2024
3.0.8 19 10/03/2024
3.0.7 16 10/09/2024
3.0.6 19 10/09/2024
3.0.5 20 10/09/2024
3.0.4 19 10/09/2024
3.0.3 16 10/09/2024
3.0.2 16 10/09/2024
3.0.1 19 10/09/2024
3.0.0 17 10/09/2024
2.2.7 20 10/09/2024
2.2.6 20 10/09/2024
2.2.5 18 10/09/2024
2.2.4.3 16 10/03/2024
2.2.4.1 14 10/05/2024
2.2.3 16 10/04/2024
2.2.2 20 10/09/2024
2.2.1 20 10/09/2024
2.2.0 20 10/03/2024
2.1.3 20 10/09/2024
2.1.2 19 10/04/2024
2.1.1 20 10/09/2024
2.1.0 17 10/09/2024
2.0.14.3 17 10/09/2024
2.0.12.1 16 10/09/2024
2.0.11 17 10/09/2024