Sylin.Koan.Data.Connector.Postgres
0.17.0
There is a newer version of this package available.
See the version list below for details.
See the version list below for details.
dotnet add package Sylin.Koan.Data.Connector.Postgres --version 0.17.0
NuGet\Install-Package Sylin.Koan.Data.Connector.Postgres -Version 0.17.0
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="Sylin.Koan.Data.Connector.Postgres" Version="0.17.0" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="Sylin.Koan.Data.Connector.Postgres" Version="0.17.0" />
<PackageReference Include="Sylin.Koan.Data.Connector.Postgres" />
For projects that support Central Package Management (CPM), copy this XML node into the solution Directory.Packages.props file to version the package.
paket add Sylin.Koan.Data.Connector.Postgres --version 0.17.0
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
#r "nuget: Sylin.Koan.Data.Connector.Postgres, 0.17.0"
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
#:package Sylin.Koan.Data.Connector.Postgres@0.17.0
#:package directive can be used in C# file-based apps starting in .NET 10 preview 4. Copy this into a .cs file before any lines of code to reference the package.
#addin nuget:?package=Sylin.Koan.Data.Connector.Postgres&version=0.17.0
#tool nuget:?package=Sylin.Koan.Data.Connector.Postgres&version=0.17.0
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
Sylin.Koan.Data.Connector.Postgres
PostgreSQL provider for Koan relational data with safe defaults and pushdowns.
- Target framework: net10.0
- License: Apache-2.0
Capabilities
- Connection + health checks with minimal options
- JSON projection, filter, and paging pushdowns where supported
- Schema helpers (create table/index) via Koan.Data.Relational
Install
dotnet add package Sylin.Koan.Data.Connector.Postgres
Minimal setup
- Configure connection via ConnectionStrings or Koan:Data first-win keys.
- Bind options at startup; keep secrets out of source.
Usage - safe snippets
- Use first-class model statics from your entities:
Order.FirstPage(50, ct)/Order.Page(cursor, ct)Order.Query(o => o.CustomerId == id, ct)await foreach (var o in Order.QueryStream(o => o.Total > 100, ct)) { ... }
// Stream a filtered set (backpressure friendly)
await foreach (var o in Order.QueryStream(o => o.IsActive, ct))
{
// process
}
See TECHNICAL.md for options and pushdown coverage.
References
- Paging/Streaming decision:
~/decisions/DATA-0061-data-access-pagination-and-streaming.md - Data access reference:
~/reference/data-access.md
| Product | Versions Compatible and additional computed target framework versions. |
|---|---|
| .NET | 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. |
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.
-
net10.0
- Aspire.Hosting.PostgreSQL (>= 13.0.0)
- Dapper (>= 2.1.66)
- Microsoft.Extensions.Configuration (>= 10.0.8)
- Microsoft.Extensions.Configuration.Binder (>= 10.0.8)
- Microsoft.Extensions.Logging.Abstractions (>= 10.0.8)
- Microsoft.Extensions.Options (>= 10.0.8)
- Newtonsoft.Json (>= 13.0.4)
- Npgsql (>= 9.0.4)
- Sylin.Koan.Core (>= 0.17.0 && < 0.18.0)
- Sylin.Koan.Data.Abstractions (>= 0.17.0 && < 0.18.0)
- Sylin.Koan.Data.Core (>= 0.17.0 && < 0.18.0)
- Sylin.Koan.Data.Relational (>= 0.17.0 && < 0.18.0)
- Sylin.Koan.Orchestration.Abstractions (>= 0.17.0 && < 0.18.0)
- Sylin.Koan.Orchestration.Aspire (>= 0.17.0 && < 0.18.0)
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 |
|---|---|---|
| 1.0.24 | 39 | 8/30/2026 |
| 1.0.22 | 38 | 8/30/2026 |
| 1.0.21 | 45 | 8/28/2026 |
| 1.0.20 | 43 | 8/28/2026 |
| 1.0.19 | 39 | 8/28/2026 |
| 1.0.18 | 36 | 8/28/2026 |
| 1.0.17 | 42 | 8/28/2026 |
| 1.0.16 | 39 | 8/27/2026 |
| 1.0.10 | 91 | 8/25/2026 |
| 1.0.9 | 95 | 8/24/2026 |
| 1.0.7 | 88 | 8/23/2026 |
| 1.0.5 | 87 | 8/22/2026 |
| 1.0.2 | 98 | 8/20/2026 |
| 1.0.0 | 117 | 8/14/2026 |
| 0.21.1 | 88 | 8/14/2026 |
| 0.21.0 | 116 | 7/30/2026 |
| 0.20.4 | 114 | 7/23/2026 |
| 0.20.2 | 103 | 7/22/2026 |
| 0.20.1 | 156 | 7/22/2026 |
| 0.17.0 | 112 | 6/12/2026 |
Loading failed
See release notes: https://github.com/sylin-labs/Koan-framework/releases