Sylin.Koan.Data.Relational.Abstractions
0.21.0
dotnet add package Sylin.Koan.Data.Relational.Abstractions --version 0.21.0
NuGet\Install-Package Sylin.Koan.Data.Relational.Abstractions -Version 0.21.0
<PackageReference Include="Sylin.Koan.Data.Relational.Abstractions" Version="0.21.0" />
<PackageVersion Include="Sylin.Koan.Data.Relational.Abstractions" Version="0.21.0" />
<PackageReference Include="Sylin.Koan.Data.Relational.Abstractions" />
paket add Sylin.Koan.Data.Relational.Abstractions --version 0.21.0
#r "nuget: Sylin.Koan.Data.Relational.Abstractions, 0.21.0"
#:package Sylin.Koan.Data.Relational.Abstractions@0.21.0
#addin nuget:?package=Sylin.Koan.Data.Relational.Abstractions&version=0.21.0
#tool nuget:?package=Sylin.Koan.Data.Relational.Abstractions&version=0.21.0
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
- Sylin.Koan.Data.Abstractions (>= 0.21.0 && < 0.22.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.