TidesDB 0.6.1

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

tidesdb-cs

tidesdb-cs is the official C# binding for TidesDB.

TidesDB is a fast and efficient key-value storage engine library written in C. The underlying data structure is based on a log-structured merge-tree (LSM-tree). This C# binding provides a modern, type-safe interface to TidesDB with full support for all features.

Features

  • MVCC with five isolation levels from READ UNCOMMITTED to SERIALIZABLE
  • Column families (isolated key-value stores with independent configuration)
  • Bidirectional iterators with forward/backward traversal and seek support
  • TTL (time to live) support with automatic key expiration
  • LZ4, LZ4 Fast, ZSTD, Snappy, or no compression
  • Bloom filters with configurable false positive rates
  • Global block CLOCK cache for hot blocks
  • Savepoints for partial transaction rollback
  • Six built-in comparators plus custom registration

For C# usage you can go to the TidesDB C# Reference here.

License

Multiple licenses apply:

  • Mozilla Public License Version 2.0 (TidesDB)
  • BSD 3-Clause (Snappy)
  • BSD 2-Clause (LZ4)
  • BSD 2-Clause (xxHash - Yann Collet)
  • BSD (Zstandard)

Contributing

Contributions are welcome! Please feel free to submit a Pull Request.

Product 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 was computed.  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 was computed.  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.
  • net8.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
0.6.1 185 5/19/2026
0.6.0 164 4/27/2026
0.5.0 98 4/25/2026