Sharc.Query
1.2.80
See the version list below for details.
dotnet add package Sharc.Query --version 1.2.80
NuGet\Install-Package Sharc.Query -Version 1.2.80
<PackageReference Include="Sharc.Query" Version="1.2.80" />
<PackageVersion Include="Sharc.Query" Version="1.2.80" />
<PackageReference Include="Sharc.Query" />
paket add Sharc.Query --version 1.2.80
#r "nuget: Sharc.Query, 1.2.80"
#:package Sharc.Query@1.2.80
#addin nuget:?package=Sharc.Query&version=1.2.80
#tool nuget:?package=Sharc.Query&version=1.2.80
Sharc.Query
SQL query pipeline for the Sharc database engine.
Parser, compiler, and executor for SQL queries over SQLite files — SELECT, WHERE, JOIN, GROUP BY, ORDER BY, UNION, INTERSECT, EXCEPT, and aggregates. Pure C#, zero native dependencies.
Features
- SQL Parser: Tokenizer and recursive-descent parser for a practical SQL subset.
- Query Compiler: Compiles parsed SQL into an optimized execution plan.
- Join Engine: Hash-join and nested-loop join with predicate pushdown.
- Aggregation: COUNT, SUM, AVG, MIN, MAX with GROUP BY and HAVING support.
- Set Operations: UNION, UNION ALL, INTERSECT, EXCEPT with type coercion.
- ORDER BY / LIMIT: In-memory sort with configurable collation.
Note
This is an internal infrastructure package. Most users should reference the top-level Sharc package instead, which provides the db.Query() API surface.
| 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
- No dependencies.
NuGet packages (1)
Showing the top 1 NuGet packages that depend on Sharc.Query:
| Package | Downloads |
|---|---|
|
Sharc
Pure C# SQLite read/write engine — 95x faster point lookups, zero per-row allocation, no native dependencies. Full CRUD, SQL query pipeline, WASM-ready (~40KB). Built for AI agents, Blazor, and edge deployment. |
GitHub repositories
This package is not used by any popular GitHub repositories.