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
                    
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.Relational.Abstractions" Version="0.21.0" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="Sylin.Koan.Data.Relational.Abstractions" Version="0.21.0" />
                    
Directory.Packages.props
<PackageReference Include="Sylin.Koan.Data.Relational.Abstractions" />
                    
Project file
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.Relational.Abstractions --version 0.21.0
                    
#r "nuget: Sylin.Koan.Data.Relational.Abstractions, 0.21.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.Relational.Abstractions@0.21.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.Relational.Abstractions&version=0.21.0
                    
Install as a Cake Addin
#tool nuget:?package=Sylin.Koan.Data.Relational.Abstractions&version=0.21.0
                    
Install as a Cake Tool

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.Relational package owns schema execution and translation mechanics.

See TECHNICAL.md for the contract boundary.

Product 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.

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
0.21.0 50 7/30/2026
0.20.2 247 7/22/2026
0.20.1 170 7/21/2026