dxCompany.Data.Postgres
2026.8.17.1
dotnet add package dxCompany.Data.Postgres --version 2026.8.17.1
NuGet\Install-Package dxCompany.Data.Postgres -Version 2026.8.17.1
<PackageReference Include="dxCompany.Data.Postgres" Version="2026.8.17.1" />
<PackageVersion Include="dxCompany.Data.Postgres" Version="2026.8.17.1" />
<PackageReference Include="dxCompany.Data.Postgres" />
paket add dxCompany.Data.Postgres --version 2026.8.17.1
#r "nuget: dxCompany.Data.Postgres, 2026.8.17.1"
#:package dxCompany.Data.Postgres@2026.8.17.1
#addin nuget:?package=dxCompany.Data.Postgres&version=2026.8.17.1
#tool nuget:?package=dxCompany.Data.Postgres&version=2026.8.17.1
dxCompany Library
Core shared libraries for dxCompany products. dxCompany.Data is a lean LINQ-to-SQL data access layer with pluggable database providers.
Installation
Install the provider package for your database — that is the entry point:
- SQL Server →
dxCompany.Data.SqlServer - SQLite →
dxCompany.Data.Sqlite - PostgreSQL →
dxCompany.Data.Postgres - HTTP client / OAuth2 (optional) →
dxCompany.Data.Http
Each of these pulls in the shared dxCompany.Data runtime automatically as a dependency.
Do not add a direct reference to
dxCompany.Data. It is a shared library that arrives transitively through the provider package. A direct reference is what forces the "updatedxCompany.Databefore the provider" ordering during upgrades — because NuGet lets a direct reference override the version the provider asks for. Reference only the provider package and a single update pulls the matchingdxCompany.Datawith it.
To upgrade, update the provider package (dxCompany.Data.SqlServer / .Sqlite / .Postgres /
.Http); the matching dxCompany.Data comes along automatically.
Usage
Refer to package documentation and project-specific guides.
Support
This package is provided for authorized use only. See LICENSE.txt for terms.
| Product | Versions Compatible and additional computed target framework versions. |
|---|---|
| .NET | net8.0 is compatible. 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 is compatible. 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 is compatible. 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. |
-
net10.0
- dxCompany.Data (>= 2026.8.17.1)
- Npgsql (>= 10.0.3)
-
net8.0
- dxCompany.Data (>= 2026.8.17.1)
- Npgsql (>= 10.0.3)
-
net9.0
- dxCompany.Data (>= 2026.8.17.1)
- Npgsql (>= 10.0.3)
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.
| Version | Downloads | Last Updated |
|---|---|---|
| 2026.8.17.1 | 108 | 8/18/2026 |
| 2026.8.16.1 | 96 | 8/18/2026 |