VOOZH about

URL: https://www.nuget.org/packages/DBreeze/

⇱ NuGet Gallery | DBreeze 1.138.2026.603




👁 Image
DBreeze 1.138.2026.603

Prefix Reserved
dotnet add package DBreeze --version 1.138.2026.603
 
 
NuGet\Install-Package DBreeze -Version 1.138.2026.603
 
 
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="DBreeze" Version="1.138.2026.603" />
 
 
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="DBreeze" Version="1.138.2026.603" />
 
Directory.Packages.props
<PackageReference Include="DBreeze" />
 
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 DBreeze --version 1.138.2026.603
 
 
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
#r "nuget: DBreeze, 1.138.2026.603"
 
 
#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 DBreeze@1.138.2026.603
 
 
#: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=DBreeze&version=1.138.2026.603
 
Install as a Cake Addin
#tool nuget:?package=DBreeze&version=1.138.2026.603
 
Install as a Cake Tool
The NuGet Team does not provide support for this client. Please contact its maintainers for support.

DBreeze 👁 Image of DBreeze
Database

👁 Image of Build
👁 Image of Build
👁 Image of Build
👁 NuGet Badge
👁 Image of Build

DBreeze Database is a professional, open-source, multi-paradigm (embedded Key-Value store, objects, NoSql, text search, multi-parameter search, embedding vector database, vector similarity search / clustering etc.), multi-threaded, transactional and ACID-compliant data management system for .NET5> / .NET Framework 3.5> / Xamarin MONO Android iOS / .NET Core 1.0> / .NET Standard 1.6> / Universal Windows Platform / .NET Portable / UNITY / CoreRT

...for servers, desktops, mobiles and internet-of-things... Made with C#

  • It's free software for those who believe it should be free.
  • It has been used in our own production environment since June 2012.
  • Follow the project, to be in touch with the recent optimizations and enhancements.
  • DBreeze via <a href = 'https://www.nuget.org/packages/DBreeze/' target='_blank'>NuGet</a> since January 2014.
  • DBreeze for .NETCore, CoreRT, .NET Standard / UWP (Universal Windows Platform), .NET Framework grab via NuGet.
  • Works on Linux, Windows, OS X. Via Xamarin on Android, iOS.
  • DBreeze is listed in <a href = 'http://nosql-database.org' target='_blank'>nosql-database.org</a>, <a href = 'https://github.com/thangchung/awesome-dotnet-core' target='_blank'>Awesome .NET Core</a>, <a href = 'https://github.com/quozd/awesome-dotnet' target='_blank'>awesome-dotnet</a>
  • Read <a href = 'https://docs.google.com/document/pub?id=1r1l940w4Z5p_6ntEkMTkjCWwbOQtJNr40Pq8wqI6g4o' target='_blank'>"Release notes"</a> document to get latest DBreeze news.

Its homepage is http://dbreeze.tiesky.com or https://github.com/hhblaze/DBreeze

  • <a href = 'https://github.com/hhblaze/DBreeze/wiki/Quick-start-guides' target='_blank'>Quick start guides</a>
  • <a href = 'https://github.com/hhblaze/DBreeze/releases' target='_blank'>Assemblies location</a>
  • <a href='https://github.com/hhblaze/DBreeze/raw/master/Documentation/_DBreeze.Documentation.actual.pdf' target="_blank">Documentation (PDF, actual)</a>
  • <a href='https://docs.google.com/document/pub?id=1IFkXoX3Tc2zHNAQN9EmGSXZGbQabMrWmpmVxFsLxLsw' target="_blank">Documentation (HTML, actual)</a>
  • <a href = 'https://github.com/hhblaze/DBreeze/blob/master/Documentation/LLM/DBreeze4LLM_003.md' target='_blank'>LLM Agents Documentation (markdown, actual. 12K tokens)</a>
  • <a href = 'https://github.com/hhblaze/DBreeze/blob/master/Documentation/LLM/DBreeze4LLM_003_compressed.md' target='_blank'>LLM Agents Documentation compressed (markdown, actual. 8.5K tokens)</a>
  • <a href='https://docs.google.com/document/pub?id=1VoBpzOENb24vF3ZQ10sxa0j-PAprKBGJ6uiGpEisxdM' target="_blank">Benchmark (HTML, actual)</a>
  • <a href='https://docs.google.com/document/pub?id=1r1l940w4Z5p_6ntEkMTkjCWwbOQtJNr40Pq8wqI6g4o' target="_blank">Release notes</a>
  • <a href='https://docs.google.com/document/pub?id=188hY76go8bB2tSyQYoN0NMIJbMEuCOxYXNKZs_sEcpo' target="_blank">DBreeze tuning advices</a>
  • <a href='https://github.com/hhblaze/DBreeze/issues?utf8=%E2%9C%93&q=label%3Aquestion%20' target="_blank">Discussion on the forum </a>

Key features:

  • Embedded .NET family assembly, platform independent and without references to other libraries.
  • Multi-threaded, ACID compliant, with a solution for deadlocks resolving/elimination, parallel reads and synchronized writes/reads.
  • No fixed scheme for table names (construction and access on the fly).
  • Tables can reside in mixed locations: different folders, hard drives, memory, in-memory with disk persistence.
  • Liana-Trie indexing technology. Database indexes (keys) never need to be defragmented. Speed of insert/update/remove operations doesn't change during the time.
  • Ability to access Key/Value pair of a table by physical link, that can economize time for joining necessary data structures.
  • No limits for database size (except "long" size for each table and physical resources constraints).
  • Low memory and physical space consumption, also while random inserts and updates. Updates reside the same physical space, when possible or configured.
  • High performance of CRUD operations. When you need, unleash DBreeze power and get 500000 key/value pairs insert or 260K updates per second per core into sorted table on the hard drive of standard PC (benchmark in year 2012).
  • High speed of random keys batch inserts and updates (update mode is selectable).
  • Range selects / Traversing (Forward, Backward, From/To, Skip, StartsWith etc). Remove keys, change keys.
  • Keys and values, on the low level, are always byte arrays.
  • Max. key size is 65KB, max. value size is 2GB. Value can be represented as a set of columns, where can be stored data types of fixed or dynamic length. Every dynamic datablock (BLOB) can be of size 2GB.
  • Rich set of conversion functions from/to between byte[] and other data types.
  • Nested / Fractal tables which can reside inside of master tables values.
  • Incremental backup/restore option.
  • Integrated text-search subsystem (full-text/partial).
  • Integrated object database layer.
  • Fast multi-parameter search subsystem with powerful query possibilities.
  • Integrated Vector Database Layer / Similarity Search Engine / Clustering, based on HNSW Graphs and TurboQuant vectors compression.
  • Integrated binary and JSON serializer Biser.NET
  • High Availability, Redundancy and Fault Tolerance via Raft.NET
  • DBreeze is a foundation for complex data storage solutions (graph/neuro, object, document, text search etc. data layers). Please, study documentation to understand all abilities of DBreeze.

All NuGet DLLs are digitally signed with anti-tampering protection.

hhblaze@gmail.com

Product Versions Compatible and additional computed target framework versions.
.NET net5.0 net5.0 was computed.  net5.0-windows net5.0-windows was computed.  net6.0 net6.0 is compatible.  net6.0-android net6.0-android was computed.  net6.0-ios net6.0-ios was computed.  net6.0-maccatalyst net6.0-maccatalyst was computed.  net6.0-macos net6.0-macos was computed.  net6.0-tvos net6.0-tvos was computed.  net6.0-windows net6.0-windows was computed.  net7.0 net7.0 was computed.  net7.0-android net7.0-android was computed.  net7.0-ios net7.0-ios was computed.  net7.0-maccatalyst net7.0-maccatalyst was computed.  net7.0-macos net7.0-macos was computed.  net7.0-tvos net7.0-tvos was computed.  net7.0-windows net7.0-windows was computed.  net8.0 net8.0 is compatible.  net8.0-android net8.0-android was computed.  net8.0-browser net8.0-browser was computed.  net8.0-ios net8.0-ios was computed.  net8.0-maccatalyst net8.0-maccatalyst was computed.  net8.0-macos net8.0-macos was computed.  net8.0-tvos net8.0-tvos was computed.  net8.0-windows net8.0-windows was computed.  net9.0 net9.0 was computed.  net9.0-android net9.0-android was computed.  net9.0-browser net9.0-browser was computed.  net9.0-ios net9.0-ios was computed.  net9.0-maccatalyst net9.0-maccatalyst was computed.  net9.0-macos net9.0-macos was computed.  net9.0-tvos net9.0-tvos was computed.  net9.0-windows net9.0-windows was computed.  net10.0 net10.0 was computed.  net10.0-android net10.0-android was computed.  net10.0-browser net10.0-browser was computed.  net10.0-ios net10.0-ios was computed.  net10.0-maccatalyst net10.0-maccatalyst was computed.  net10.0-macos net10.0-macos was computed.  net10.0-tvos net10.0-tvos was computed.  net10.0-windows net10.0-windows was computed. 
.NET Core netcoreapp1.0 netcoreapp1.0 is compatible.  netcoreapp1.1 netcoreapp1.1 is compatible.  netcoreapp2.0 netcoreapp2.0 is compatible.  netcoreapp2.1 netcoreapp2.1 was computed.  netcoreapp2.2 netcoreapp2.2 was computed.  netcoreapp3.0 netcoreapp3.0 was computed.  netcoreapp3.1 netcoreapp3.1 is compatible. 
.NET Standard netstandard1.6 netstandard1.6 is compatible.  netstandard2.0 netstandard2.0 is compatible.  netstandard2.1 netstandard2.1 is compatible. 
.NET Framework net35 net35 is compatible.  net40 net40 is compatible.  net403 net403 was computed.  net45 net45 was computed.  net451 net451 was computed.  net452 net452 is compatible.  net46 net46 was computed.  net461 net461 is compatible.  net462 net462 is compatible.  net463 net463 was computed.  net47 net47 is compatible.  net471 net471 was computed.  net472 net472 is compatible.  net48 net48 was computed.  net481 net481 was computed. 
MonoAndroid monoandroid monoandroid was computed. 
MonoMac monomac monomac was computed. 
MonoTouch monotouch monotouch was computed. 
Tizen tizen30 tizen30 was computed.  tizen40 tizen40 was computed.  tizen60 tizen60 was computed. 
Xamarin.iOS xamarinios xamarinios was computed. 
Xamarin.Mac xamarinmac xamarinmac was computed. 
Xamarin.TVOS xamarintvos xamarintvos was computed. 
Xamarin.WatchOS xamarinwatchos xamarinwatchos was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

This package has no dependencies.

NuGet packages (16)

Showing the top 5 NuGet packages that depend on DBreeze:

Package Downloads
Blockcore.Core

The Blockcore node software is a full consensus validating node software that runs a blockchain protocol. It is compatible with Bitcoin and utilized by other blockchains at the primary full node.

Stratis.Core

Stratis Full Node

Stratis.Features.BlockStore

Stratis Bitcoin Features BlockStore

Stratis.SmartContracts.Core

Package Description

BD.Common.Settings.V3

次元超越设置 V3 库

GitHub repositories (5)

Showing the top 5 popular GitHub repositories that depend on DBreeze:

Repository Stars
nefarius/ScpToolkit
Windows Driver and XInput Wrapper for Sony DualShock 3/4 Controllers
stratisproject/StratisBitcoinFullNode
Bitcoin full node in C#
block-core/blockcore
Open source .NET Core Bitcoin based blockchain node in C#
hhblaze/Raft.Net
Implementation of RAFT distributed consensus algorithm among TCP Peers on .NET / .NETStandard / .NETCore / dotnet
NTumbleBit/NTumbleBit
TumbleBit Implementation in .NET Core
Version Downloads Last Updated
1.138.2026.603 124 6/3/2026
1.137.2026.422 537 4/22/2026
1.136.2026.403 2,011 4/3/2026
1.136.2026.326-beta 126 3/26/2026
1.136.2026.323-beta 126 3/23/2026
1.135.2026.313 937 3/13/2026
1.134.2026.304 555 3/4/2026
1.133.2026.304 488 3/4/2026
1.132.2026.220 542 2/21/2026
1.131.2026.220 532 2/21/2026
1.130.2026.220 538 2/20/2026
1.129.2026.220 558 2/20/2026
1.128.2026.220 534 2/20/2026
1.127.2026.220 536 2/20/2026
1.126.2026.219 546 2/19/2026
1.125.2026.216 545 2/16/2026
1.124.2026.212 1,314 2/12/2026
1.124.2026.211 548 2/11/2026
1.123.2026.201 614 2/1/2026
1.122.2026.128 566 1/29/2026
Loading failed