Hiperspace.SQL
2.5.39
Prefix Reserved
See the version list below for details.
dotnet add package Hiperspace.SQL --version 2.5.39
NuGet\Install-Package Hiperspace.SQL -Version 2.5.39
<PackageReference Include="Hiperspace.SQL" Version="2.5.39" />
<PackageVersion Include="Hiperspace.SQL" Version="2.5.39" />
<PackageReference Include="Hiperspace.SQL" />
paket add Hiperspace.SQL --version 2.5.39
#r "nuget: Hiperspace.SQL, 2.5.39"
#:package Hiperspace.SQL@2.5.39
#addin nuget:?package=Hiperspace.SQL&version=2.5.39
#tool nuget:?package=Hiperspace.SQL&version=2.5.39
Package Description
| Product | Versions Compatible and additional computed target framework versions. |
|---|---|
| .NET | net8.0 is compatible. net8.0-android was computed. net8.0-browser was computed. net8.0-ios was computed. net8.0-maccatalyst was computed. net8.0-macos was computed. net8.0-tvos was computed. net8.0-windows was computed. net9.0 is compatible. net9.0-android was computed. net9.0-browser was computed. net9.0-ios was computed. net9.0-maccatalyst was computed. net9.0-macos was computed. net9.0-tvos was computed. net9.0-windows was computed. 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
- FSharp.Core (>= 10.0.103)
- FsLexYacc (>= 11.3.0)
- FsLexYacc.Runtime (>= 11.3.0)
- HiLang (>= 2.5.38)
- Hiperspace (>= 2.5.38)
- Microsoft.Bcl.HashCode (>= 6.0.0)
- Microsoft.CodeAnalysis (>= 5.0.0)
- Microsoft.CodeAnalysis.Analyzers (>= 4.14.0)
- Microsoft.CodeAnalysis.CSharp (>= 5.0.0)
- Parquet.Net (>= 5.5.0)
- protobuf-net.Core (>= 3.2.56)
- System.CodeDom (>= 10.0.3)
-
net8.0
- FSharp.Core (>= 10.0.103)
- FsLexYacc (>= 11.3.0)
- FsLexYacc.Runtime (>= 11.3.0)
- HiLang (>= 2.5.38)
- Hiperspace (>= 2.5.38)
- Microsoft.Bcl.HashCode (>= 6.0.0)
- Microsoft.CodeAnalysis (>= 5.0.0)
- Microsoft.CodeAnalysis.Analyzers (>= 4.14.0)
- Microsoft.CodeAnalysis.CSharp (>= 5.0.0)
- Parquet.Net (>= 5.5.0)
- protobuf-net.Core (>= 3.2.56)
- System.CodeDom (>= 10.0.3)
- System.Text.Json (>= 10.0.3)
-
net9.0
- FSharp.Core (>= 10.0.103)
- FsLexYacc (>= 11.3.0)
- FsLexYacc.Runtime (>= 11.3.0)
- HiLang (>= 2.5.38)
- Hiperspace (>= 2.5.38)
- Microsoft.Bcl.HashCode (>= 6.0.0)
- Microsoft.CodeAnalysis (>= 5.0.0)
- Microsoft.CodeAnalysis.Analyzers (>= 4.14.0)
- Microsoft.CodeAnalysis.CSharp (>= 5.0.0)
- Parquet.Net (>= 5.5.0)
- protobuf-net.Core (>= 3.2.56)
- System.CodeDom (>= 10.0.3)
- System.Text.Json (>= 10.0.3)
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.
| Version | Downloads | Last Updated |
|---|---|---|
| 2.5.43 | 55 | 4/1/2026 |
| 2.5.39 | 85 | 3/20/2026 |
| 2.5.35 | 93 | 2/27/2026 |
| 2.5.33 | 100 | 2/14/2026 |
| 2.5.32 | 106 | 1/30/2026 |
| 2.5.29 | 100 | 1/17/2026 |
| 2.5.28 | 112 | 12/31/2025 |
| 2.5.26 | 196 | 12/21/2025 |
| 2.5.21 | 436 | 12/10/2025 |
| 2.5.18 | 681 | 12/3/2025 |
| 2.5.8 | 189 | 11/15/2025 |
| 2.5.2 | 223 | 11/6/2025 |
| 2.5.0 | 206 | 10/20/2025 |
| 2.4.6 | 208 | 9/23/2025 |
| 2.4.4 | 286 | 8/7/2025 |
| 2.4.2 | 176 | 7/28/2025 |
| 2.4.0 | 201 | 7/10/2025 |
| 2.3.8 | 190 | 7/1/2025 |
| 2.3.4 | 202 | 6/5/2025 |
| 2.2.2 | 217 | 5/5/2025 |
https://www.cepheis.com/hiperspace/20260320
# Overview
This release introduces two significant enhancements to hyperspace, to support [Mult-version concurrency control](https://en.wikipedia.org/wiki/Multiversion_concurrency_control) in **Hiperspace.DB**, and [Mermaid](https://mermaid.js.org/) [Markdown](https://en.wikipedia.org/wiki/Markdown) documentation for **#AI** agents.
## Multi-Version Concurrency Control (MVCC)
MVCC is rarely needed for normal Hiperspace transactions because it is possible to use [CQRS](https://en.wikipedia.org/wiki/Command_Query_Responsibility_Segregation) to apply a change to *elements* in Hiperspace that are invisible to other sessions (using `Horizon` filters), but this is not practical for **Cube** aggregation, where it would be possible to have inconsistent aggregates while updates are applied in real-time.
This implementation of MVCC follows the [ISO SQL](https://en.wikipedia.org/wiki/SQL) standard that every database change is enrolled in a transaction and only visible to other sessions when the *transaction* is committed and backed-out on rollback. There are no nested transactions, since the implementation (in **Hiperspace.DB**) is efficient and combined with the `@DeltaIndex` functionality for efficient point-in-time access.
For local *hiperspaces* (e.g. [Hiperspace.Rocks](Hiperspace.Rocks)) transactions are automatic, and `Rollback()` will return false
```
public bool Commit() => Commit(Transaction);
public bool Rollback() => Rollback(Transaction);
```
## MarkDown documentation with HiLang
The [HILang](HiLang) *schema* compiler generates a *Domain Specific DataBase* that can be used in a client application (including web-assembly) for object persistence either to a local hiperspace (e.g. [Hiperspace.Rocks](Hiperspace.Rocks)) or remotely using **Hiperspace.DB** either with *lazy loading* of reference or *eager loading* using `message`. Message is analogous to stored procedures that execute on the server (using message `key`) and return full object `value` in response using a shared DSDB code.
Code is generated during compilation to produce a DSDB with a number of transformations:
* Segments (many) are specialized for the Element that references them
* Aspects (one) are specialized for the Element that references them
* `@CubeFact` elements are transformed adding properties for aggregation
* `@CubeFact` elements are transformed to provide `_Cube` aggregates and `_Fact` cube cell aggregates
* `@CubeDimension` elements are transformed to include *DrillDown* to aggregates via *lazy* property
These transformations are not visible to **AI Agents** because the generated code is ephemeral (*using the Indonesian word **hilang***). For *agent-based development*, the HiLang schema can be generated to markdown files using the `%markdown` directive in source.
### Schema.md
For each `.hilang` schema file a matching `.md` file is generated containing formatted documentation in a **AI** friendly form, with a *mermaid* diagram of the data-model. This documentation file matches the structure of the `.hilang` schema
### Schema-physical.md
For each `.hilang` schema file a matching `.md` file is generated containing formatted documentation in a **AI** friendly form, with a *mermaid* diagram of the data-model. This documentation file matches the generated classes, including all the transformations referenced above
### Schema-cube.md
This markdown file contains only `_Cube` elements and the related *dimensions*
### Schema-graph.md
This markdown file contains only graph (`Node` and `Edge`) elements and a diagram of relations