DankDB 14.1.0

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

DankDB logo

DankDB

(Dank database)

Static Badge Static Badge Static Badge

DankDB - is a powerful c# library for working with any JSON databases with LRU caching for the least access to the hard disk

🗃️ Library Functions

  • Getting data in the required format
  • Saving any data
  • Renaming keys in the database
  • Deleting keys in the database
  • (Coming soon) Key availability check

⚡️ Speed and performance

A 1 megabyte database is used for testing

HDD - 2 TB Seagate BarraCuda (ST2000DM005) [SATA III, 6 gbit/sec, 5400 rpm, cache memory - 256mb]

SSD - 120 GB 2.5" SATA Drive HP S700 (2DP97AA#ABB) [SATA, read - 550 MB/sec, Write - 480 MB/sec, 3D NAND 3 bit TLC, TBW - 70 TB]

⏲ The first request (Downloading data from the database)
  • Synchronous data acquisition
  • HDD: 2,55ms
  • SSD: 2,45ms
  • Asynchronous data acquisition
  • HDD: 2,23ms
  • SSD: 2,33ms
  • Synchronous data saving
  • HDD: 8,39ms
  • SSD: 8,30ms
  • Asynchronous data saving
  • HDD: 8,73ms
  • SSD: 8,56ms
🚀 The second request (Downloading data from the cache)
  • Synchronous data acquisition
  • HDD: 1,14ms
  • SSD: 1,26ms
  • Asynchronous data acquisition
  • HDD: 1,01ms
  • SSD: 1,15ms
  • Synchronous data saving
  • HDD: 6,65ms
  • SSD: 6,51ms
  • Asynchronous data saving
  • HDD: 6,80ms
  • SSD: 6,01ms

ℹ️ Library info

Current version: 14

Release date: 04.06.25

FeelsDankDBMan

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
14.1.0 172 6/5/2025
14.0.0 145 6/4/2025
13.0.0 184 3/23/2025