Using plugins v5.0.7.1

EDB .Net driver plugins support the enhanced capabilities for different data types that are otherwise not available in .Net. The different plugins available support:

  • GeoJSON
  • Json.NET
  • Legacy PostGIS
  • NetTopologySuite
  • NodaTime
  • Rawpostgis

The plugins support the use of spatial, data/time, and JSON types. The following are the supported frameworks and data provider installation path for these plugins.

GeoJSON

If you're using the GeoJSON plugin on .NET Standard 2.0, the data provider installation path is:

C:\Program Files\edb\dotnet\plugins\GeoJSON\netstandard2.0

The following shared library files are required:

EnterpriseDB.EDBClient.GeoJSON.dll

For detailed information about using the GeoJSON plugin, see the Npgsql documentation.

Json.NET

If you're using the Json.NET plugin on .NET Standard 2.0, the data provider installation path is:

C:\Program Files\edb\dotnet\plugins\Json.NET\netstandard2.0

The following shared library files are required:

EnterpriseDB.EDBClient.Json.NET.dll

For detailed information about using the Json.NET plugin, see the Npgsql documentation.

LegacyPostGIS

If you're using the LegacyPostGIS plugin on .Net Standard 2.0, the data provider installation path is:

C:\Program Files\edb\dotnet\plugins\LegacyPostgis\netstandard2.0

The following shared library files are required:

EnterpriseDB.EDBClient.LegacyPostgis.dll

For detailed information about using the LegacyPostGIS plugin, see the Npgsql documentation.

NetTopologySuite

If you're using the NetTopologySuite plugin on .Net Standard 2.0, the data provider installation path is:

C:\Program Files\edb\dotnet\plugins\NetTopologySuite\netstandard2.0

The following shared library files are required:

EnterpriseDB.EDBClient.NetTopologySuite.dll

For detailed information about using the NetTopologySuite type plugin, see the Npgsql documentation.

NodaTime

If you're using the NodaTime plugin on .Net Standard 2.0, the data provider installation path is:

C:\Program Files\edb\dotnet\plugins\NodaTime\netstandard2.0

The following shared library files are required:

EnterpriseDB.EDBClient.NodaTime.dll

For detailed information about using the NodaTime plugin, see the Npgsql documentation.

RawPostGIS

If you're using the RawPostGIS type plugin on .Net Standard 2.0, the data provider installation path is:

C:\Program\Files\edb\dotnet\plugins\RawPostGis\netstandard2.0

The following shared library files are required:

EnterpriseDB.EDBClient.RawPostgis.dll

For detailed information about using the RawPostGIS plugin, see the documentation.