Sylin.Koan.Data.Relational.Abstractions
1.0.26
dotnet add package Sylin.Koan.Data.Relational.Abstractions --version 1.0.26
NuGet\Install-Package Sylin.Koan.Data.Relational.Abstractions -Version 1.0.26
<PackageReference Include="Sylin.Koan.Data.Relational.Abstractions" Version="1.0.26" />
<PackageVersion Include="Sylin.Koan.Data.Relational.Abstractions" Version="1.0.26" />
<PackageReference Include="Sylin.Koan.Data.Relational.Abstractions" />
paket add Sylin.Koan.Data.Relational.Abstractions --version 1.0.26
#r "nuget: Sylin.Koan.Data.Relational.Abstractions, 1.0.26"
#:package Sylin.Koan.Data.Relational.Abstractions@1.0.26
#addin nuget:?package=Sylin.Koan.Data.Relational.Abstractions&version=1.0.26
#tool nuget:?package=Sylin.Koan.Data.Relational.Abstractions&version=1.0.26
Sylin.Koan.Data.Relational.Abstractions
Inert relational schema, dialect, and DDL vocabulary for Koan provider authors.
Install
Application developers reference a functional relational connector instead. Provider authors can reference the contract without activating relational runtime behavior:
dotnet add package Sylin.Koan.Data.Relational.Abstractions
Meaningful result
Providers implement the narrow dialect/DDL feature contracts and pass one immutable RelationalSchemaPolicy for
each physical route. This keeps PostgreSQL, SQL Server, SQLite, and CockroachDB decisions isolated in one host.
IRelationalMappingDialect receives already-resolved PhysicalPath values. RelationalCommandPlan carries symbolic
reads, encoded values, identity/conditional predicates, query intent, and the originating mapping receipt.
RelationalColumnDefinition and RelationalIndexDefinition carry definition-level shape and encoding facts. None of
these contracts opens a connection or chooses a provider.
Guarantees and limits
- This package contains no
KoanModule, repository, translator, driver, or schema executor. - Referencing it cannot activate Data or open/change a database.
- Application code does not need these contracts; normal persistence remains Entity-first.
- The functional
Sylin.Koan.Data.Relationalpackage owns schema execution and translation mechanics.
See TECHNICAL.md for the contract boundary.
| 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. |
-
net10.0
- Microsoft.Extensions.Configuration (>= 10.0.10)
- Microsoft.Extensions.Configuration.Abstractions (>= 10.0.10)
- Microsoft.Extensions.Configuration.Binder (>= 10.0.10)
- Microsoft.Extensions.DependencyInjection (>= 10.0.10)
- Microsoft.Extensions.DependencyInjection.Abstractions (>= 10.0.10)
- Microsoft.Extensions.Hosting.Abstractions (>= 10.0.10)
- Microsoft.Extensions.Logging (>= 10.0.10)
- Microsoft.Extensions.Logging.Abstractions (>= 10.0.10)
- Microsoft.Extensions.Logging.Console (>= 10.0.10)
- Microsoft.Extensions.Options (>= 10.0.10)
- Microsoft.Extensions.Options.ConfigurationExtensions (>= 10.0.10)
- Microsoft.Extensions.Options.DataAnnotations (>= 10.0.10)
- Newtonsoft.Json (>= 13.0.4)
- Sylin.Koan.Data.Abstractions (>= 1.0.27 && < 2.0.0)
NuGet packages (1)
Showing the top 1 NuGet packages that depend on Sylin.Koan.Data.Relational.Abstractions:
| Package | Downloads |
|---|---|
|
Sylin.Koan.Data.Relational
Shared schema governance, SQL translation, and command mechanics for Koan relational Data providers. |
GitHub repositories
This package is not used by any popular GitHub repositories.
| Version | Downloads | Last Updated |
|---|---|---|
| 1.0.26 | 0 | 8/30/2026 |
| 1.0.25 | 32 | 8/30/2026 |
| 1.0.23 | 87 | 8/28/2026 |
| 1.0.22 | 54 | 8/28/2026 |
| 1.0.21 | 53 | 8/28/2026 |
| 1.0.20 | 54 | 8/28/2026 |
| 1.0.19 | 69 | 8/27/2026 |
| 1.0.16 | 124 | 8/25/2026 |
| 1.0.15 | 181 | 8/24/2026 |
| 1.0.13 | 210 | 8/22/2026 |
| 1.0.2 | 214 | 8/20/2026 |
| 1.0.0 | 185 | 8/14/2026 |
| 0.21.1 | 141 | 8/14/2026 |
| 0.21.0 | 170 | 7/30/2026 |
| 0.20.2 | 258 | 7/22/2026 |
| 0.20.1 | 183 | 7/21/2026 |
Code signing policy: https://github.com/sylin-org/koan-framework/blob/main/CODE_SIGNING_POLICY.md.