CosmoNova 6.43.2

dotnet add package CosmoNova --version 6.43.2
                    
NuGet\Install-Package CosmoNova -Version 6.43.2
                    
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="CosmoNova" Version="6.43.2" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="CosmoNova" Version="6.43.2" />
                    
Directory.Packages.props
<PackageReference Include="CosmoNova" />
                    
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 CosmoNova --version 6.43.2
                    
#r "nuget: CosmoNova, 6.43.2"
                    
#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 CosmoNova@6.43.2
                    
#: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=CosmoNova&version=6.43.2
                    
Install as a Cake Addin
#tool nuget:?package=CosmoNova&version=6.43.2
                    
Install as a Cake Tool

CosmoNova is the unified T-SQL database engine for .NET 10: an embeddable LSM-tree storage layer (formerly CosmoKv: MVCC snapshot-isolation transactions, WAL durability, value-log indirection, background compaction) plus a T-SQL parser/planner/executor that runs the same dialect as SQL Server. One package, one assembly, free access between engine and storage.

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 (2)

Showing the top 2 NuGet packages that depend on CosmoNova:

Package Downloads
CosmoSQLClient.CosmoKv

CosmoKv driver for CosmoSQLClient — runs a T-SQL subset directly on top of an embedded CosmoKv LSM-tree store. Single-process, transactional, schema-on-write.

CosmoS3

Amazon S3-compatible object storage server built on CosmoApiServer.Core.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last Updated
6.43.2 0 6/16/2026
1.1.11 168 5/29/2026
1.1.10 108 5/29/2026
1.1.9 105 5/29/2026
1.1.8 105 5/29/2026
1.1.7 134 5/29/2026
1.1.6 98 5/28/2026
1.1.5 123 5/28/2026
1.1.4 117 5/28/2026
1.1.3 121 5/28/2026
1.1.2 127 5/28/2026
1.1.1 105 5/28/2026
1.1.0 119 5/26/2026
1.0.10 104 5/26/2026
1.0.9 112 5/26/2026
1.0.8 110 5/26/2026
1.0.7 140 5/26/2026
1.0.6 106 5/26/2026
1.0.5 122 5/26/2026
1.0.4 111 5/26/2026
Loading failed