Sylin.Koan.Data.Core
0.8.0
dotnet add package Sylin.Koan.Data.Core --version 0.8.0
NuGet\Install-Package Sylin.Koan.Data.Core -Version 0.8.0
<PackageReference Include="Sylin.Koan.Data.Core" Version="0.8.0" />
<PackageVersion Include="Sylin.Koan.Data.Core" Version="0.8.0" />
<PackageReference Include="Sylin.Koan.Data.Core" />
paket add Sylin.Koan.Data.Core --version 0.8.0
#r "nuget: Sylin.Koan.Data.Core, 0.8.0"
#:package Sylin.Koan.Data.Core@0.8.0
#addin nuget:?package=Sylin.Koan.Data.Core&version=0.8.0
#tool nuget:?package=Sylin.Koan.Data.Core&version=0.8.0
Sylin.Koan.Data.Core
Data access core for Koan: common primitives, options, and helpers used by relational/document/vector providers and apps.
- Target framework: net9.0
- License: Apache-2.0
Capabilities
- Entity contracts and helpers for aggregate storage
- Options and conventions shared across data adapters
- Support for paging, streaming, and batching semantics (see references)
Install (minimal setup)
dotnet add package Sylin.Koan.Data.Core
Usage - quick examples
- Prefer first-class model statics for top-level data access in your app models:
Item.All(ct)Item.Query(predicate, ct)Item.FirstPage(pageSize, ct)andItem.Page(cursor, ct)Item.QueryStream(predicate, ct)
- For large sets, use paging or streaming; don’t materialize unbounded results.
- If a first-class static isn’t available, you can fall back to the generic facade (second-class):
Data<TEntity, TKey>.Query(...).
See TECHNICAL.md for contracts, options, and extension points.
Customization
- Configuration and advanced usage are documented in
TECHNICAL.md.
References
- Data access patterns:
/docs/guides/data/all-query-streaming-and-pager.md - Decision:
/docs/decisions/DATA-0061-data-access-pagination-and-streaming.md - Engineering guardrails:
/docs/engineering/index.md - Repo: https://github.com/sylin-labs/Koan-framework
| 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.0)
- Microsoft.Extensions.Configuration.Binder (>= 10.0.0)
- Microsoft.Extensions.Configuration.EnvironmentVariables (>= 10.0.0)
- Microsoft.Extensions.Configuration.Json (>= 10.0.0)
- Microsoft.Extensions.DependencyInjection (>= 10.0.0)
- Sylin.Koan.Cache.Abstractions (>= 0.8.0)
- Sylin.Koan.Core (>= 0.8.0)
- Sylin.Koan.Core.Adapters (>= 0.8.0)
- Sylin.Koan.Data.Abstractions (>= 0.8.0)
NuGet packages (40)
Showing the top 5 NuGet packages that depend on Sylin.Koan.Data.Core:
| Package | Downloads |
|---|---|
|
Sylin.Koan
Meta-package for Koan: core runtime, data abstractions, and JSON adapter for an out-of-the-box experience. Published under the Sylin.Koan.* namespace. |
|
|
Sylin.Koan.Web
ASP.NET Core integration for Koan: controller-first routing, health endpoints, well-known endpoints, and observability bootstrap. |
|
|
Sylin.Koan.Storage
Storage core for Koan: contracts, orchestrator, routing, and options. |
|
|
Sylin.Koan.AI.Prompt
Uri-inspired prompt primitive for Koan AI: parse, build, version, and A/B test prompts with entity-backed storage. |
|
|
Sylin.Koan.Data.Vector.Abstractions
Koan vector contracts (providers depend on this package only) |
GitHub repositories
This package is not used by any popular GitHub repositories.
| Version | Downloads | Last Updated |
|---|---|---|
| 0.8.0 | 735 | 5/16/2026 |
See release notes: https://github.com/sylin-labs/Koan-framework/releases