Npgsql.NetTopologySuite 9.0.3

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

This package is an Npgsql plugin which allows you to interact with spatial data provided by the PostgreSQL PostGIS extension; PostGIS is a mature, standard extension considered to provide top-of-the-line database spatial features. On the .NET side, the plugin adds support for the types from the NetTopologySuite library, allowing you to read and write them directly to PostgreSQL.

To use the NetTopologySuite plugin, add a dependency on this package and create a NpgsqlDataSource.

using Npgsql;
using NetTopologySuite.Geometries;

var dataSourceBuilder = new NpgsqlDataSourceBuilder(ConnectionString);

dataSourceBuilder.UseNetTopologySuite();

var dataSource = dataSourceBuilder.Build();
var conn = await dataSource.OpenConnectionAsync();

var point = new Point(new Coordinate(1d, 1d));
conn.ExecuteNonQuery("CREATE TEMP TABLE data (geom GEOMETRY)");
using (var cmd = new NpgsqlCommand("INSERT INTO data (geom) VALUES (@p)", conn))
{
    cmd.Parameters.AddWithValue("@p", point);
    cmd.ExecuteNonQuery();
}

using (var cmd = new NpgsqlCommand("SELECT geom FROM data", conn))
using (var reader = cmd.ExecuteReader())
{
    reader.Read();
    Assert.That(reader[0], Is.EqualTo(point));
}

For more information, visit the NetTopologySuite plugin documentation page.

Showing the top 20 packages that depend on Npgsql.NetTopologySuite.

Packages Downloads
Weasel.Postgresql
Npgsql Helpers and Postgresql Schema Migration Tool, spin off of Marten
36
Weasel.Postgresql
Npgsql Helpers and Postgresql Schema Migration Tool, spin off of Marten
27
Weasel.Postgresql
Npgsql Helpers and Postgresql Schema Migration Tool, spin off of Marten
24
Weasel.Postgresql
Npgsql Helpers and Postgresql Schema Migration Tool, spin off of Marten
23
Weasel.Postgresql
Npgsql Helpers and Postgresql Schema Migration Tool, spin off of Marten
22
Weasel.Postgresql
Npgsql Helpers and Postgresql Schema Migration Tool, spin off of Marten
21
Weasel.Postgresql
Npgsql Helpers and Postgresql Schema Migration Tool, spin off of Marten
20
Weasel.Postgresql
Npgsql Helpers and Postgresql Schema Migration Tool, spin off of Marten
19
Weasel.Postgresql
Npgsql Helpers and Postgresql Schema Migration Tool, spin off of Marten
18
Weasel.Postgresql
Npgsql Helpers and Postgresql Schema Migration Tool, spin off of Marten
17

.NET 6.0

Version Downloads Last updated
9.0.3 14 02/26/2025
9.0.2 15 12/10/2024
9.0.1 19 11/20/2024
9.0.0 18 11/20/2024
8.0.7 11 02/26/2025
8.0.6 17 11/20/2024
8.0.5 21 10/17/2024
8.0.4 20 10/12/2024
8.0.3 18 09/17/2024
8.0.2 20 09/22/2024
8.0.1 20 09/17/2024
8.0.0 20 09/17/2024
8.0.0-rtm 17 09/17/2024
8.0.0-rc.2 21 09/17/2024
8.0.0-preview.4 19 10/12/2024
8.0.0-preview.3 20 10/12/2024
8.0.0-preview.2 19 10/12/2024
8.0.0-preview.1 23 09/18/2024
7.0.10 11 03/20/2025
7.0.9 19 11/19/2024
7.0.8 19 09/22/2024
7.0.7 19 10/12/2024
7.0.6 20 09/19/2024
7.0.4 18 10/12/2024
7.0.2 19 10/12/2024
7.0.1 20 09/17/2024
7.0.0 18 10/12/2024
7.0.0-rc.2 17 10/12/2024
7.0.0-rc.1 15 10/12/2024
7.0.0-preview.7 18 10/12/2024
7.0.0-preview.6 19 10/12/2024
7.0.0-preview.5 21 10/12/2024
7.0.0-preview.4 18 10/12/2024
7.0.0-preview.3 19 10/12/2024
7.0.0-preview.2 20 09/18/2024
7.0.0-preview.1 21 09/21/2024
6.0.13 17 11/20/2024
6.0.12 18 10/12/2024
6.0.11 18 10/12/2024
6.0.10 20 09/18/2024
6.0.9 17 10/12/2024
6.0.8 23 09/17/2024
6.0.7 20 09/18/2024
6.0.6 20 09/18/2024
6.0.5 19 09/22/2024
6.0.4 19 09/22/2024
6.0.3 19 10/12/2024
6.0.2 21 09/18/2024
6.0.1 22 09/22/2024
6.0.0 20 10/12/2024
6.0.0-rc.2 17 10/12/2024
6.0.0-rc.1 20 09/17/2024
6.0.0-preview7 16 10/12/2024
6.0.0-preview6 21 10/12/2024
6.0.0-preview5 19 09/18/2024
6.0.0-preview4 20 09/21/2024
6.0.0-preview3 20 09/17/2024
6.0.0-preview2 19 09/17/2024
5.0.18 18 10/12/2024
5.0.17 19 09/18/2024
5.0.16 17 09/17/2024
5.0.15 17 10/12/2024
5.0.14 29 09/18/2024
5.0.13 19 09/19/2024
5.0.12 17 10/12/2024
5.0.11 19 09/21/2024
5.0.10 18 10/12/2024
5.0.7 20 09/18/2024
5.0.5 21 09/22/2024
5.0.4 20 10/12/2024
5.0.3 18 09/22/2024
5.0.2 20 10/12/2024
5.0.1.1 23 09/17/2024
5.0.0 20 09/22/2024
5.0.0-preview1.1 18 10/12/2024
5.0.0-alpha1 20 09/17/2024
4.1.14 23 09/17/2024
4.1.13 18 09/22/2024
4.1.12 18 09/17/2024
4.1.11 18 10/12/2024
4.1.9 20 10/12/2024
4.1.8 19 09/18/2024
4.1.7 20 09/19/2024
4.1.6 18 09/22/2024
4.1.5 18 09/18/2024
4.1.4 18 11/20/2024
4.1.3 29 09/18/2024
4.1.2 19 10/12/2024
4.1.1 21 09/17/2024
4.1.0 18 10/12/2024
4.1.0-preview2 18 09/17/2024
4.1.0-preview1 19 09/17/2024
4.0.17 15 10/12/2024
4.0.16 20 09/17/2024
4.0.15 18 09/18/2024
4.0.14 19 09/17/2024
4.0.13 17 10/12/2024
4.0.11 16 10/12/2024
4.0.10 19 09/22/2024
4.0.9 17 09/22/2024
4.0.8 20 09/18/2024
4.0.7 17 10/12/2024
4.0.6 17 10/12/2024
4.0.5 17 10/12/2024
4.0.4.1 16 10/12/2024
1.0.2 16 10/12/2024
1.0.1 19 10/12/2024
1.0.0 20 09/22/2024
1.0.0-rc1 22 09/22/2024