Npgsql 10.0.2

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
Npgsql.DependencyInjection
Package Description
55
Npgsql.DependencyInjection
Package Description
54
Npgsql.DependencyInjection
Package Description
53
Npgsql.DependencyInjection
Package Description
52
Npgsql.DependencyInjection
Package Description
51
Npgsql.DependencyInjection
Package Description
50

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