ArrowDb 1.2.0

dotnet add package ArrowDb --version 1.2.0                
NuGet\Install-Package ArrowDb -Version 1.2.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="ArrowDb" Version="1.2.0" />                
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add ArrowDb --version 1.2.0                
#r "nuget: ArrowDb, 1.2.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.
// Install ArrowDb as a Cake Addin
#addin nuget:?package=ArrowDb&version=1.2.0

// Install ArrowDb as a Cake Tool
#tool nuget:?package=ArrowDb&version=1.2.0                

ArrowDb

A fast, lightweight, and type-safe key-value database designed for .NET.

  • Super-Lightweight (dll size is ⇐ 20KB - approximately 9X smaller than UltraLiteDb)
  • Ultra-Fast (1,000,000 random operations / ~100ms on M2 MacBook Pro)
  • Minimal-Allocation (~2KB for serialization of 1,000,000 items)
  • Thread-Safe and Concurrent
  • ACID compliant on transaction level
  • Type-Safe (no reflection - compile-time enforced via source-generated JsonSerializerContext)
  • Cross-Platform and Fully AOT-compatible
  • Super-Easy API near mirroring of Dictionary<TKey, TValue>

Information on usage can be found in the README.

Product Compatible and additional computed target framework versions.
.NET 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. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.
  • net9.0

    • No dependencies.

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
1.2.0 80 2/2/2025
1.1.0 56 1/26/2025
1.0.0 66 1/19/2025