DBreeze 1.115.2023.1103

The ID prefix of this package has been reserved for one of the owners of this package by NuGet.org. Prefix Reserved
dotnet add package DBreeze --version 1.115.2023.1103
NuGet\Install-Package DBreeze -Version 1.115.2023.1103
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.115.2023.1103" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add DBreeze --version 1.115.2023.1103
#r "nuget: DBreeze, 1.115.2023.1103"
#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 DBreeze as a Cake Addin
#addin nuget:?package=DBreeze&version=1.115.2023.1103

// Install DBreeze as a Cake Tool
#tool nuget:?package=DBreeze&version=1.115.2023.1103

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 / 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://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 / similarity search engine / clustering KMeans.
  • 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.

Special thanx:

"Free code signing provided by SignPath.io, certificate by SignPath Foundation" Signed DLLs are located separately.

hhblaze@gmail.com

Product Compatible and additional computed target framework versions.
.NET net5.0 was computed.  net5.0-windows was computed.  net6.0 is compatible.  net6.0-android was computed.  net6.0-ios was computed.  net6.0-maccatalyst was computed.  net6.0-macos was computed.  net6.0-tvos was computed.  net6.0-windows was computed.  net7.0 was computed.  net7.0-android was computed.  net7.0-ios was computed.  net7.0-maccatalyst was computed.  net7.0-macos was computed.  net7.0-tvos was computed.  net7.0-windows was computed.  net8.0 was computed.  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. 
.NET Core netcoreapp1.0 is compatible.  netcoreapp1.1 is compatible.  netcoreapp2.0 is compatible.  netcoreapp2.1 was computed.  netcoreapp2.2 was computed.  netcoreapp3.0 was computed.  netcoreapp3.1 is compatible. 
.NET Standard netstandard1.6 is compatible.  netstandard2.0 is compatible.  netstandard2.1 is compatible. 
.NET Framework net35 is compatible.  net40 is compatible.  net403 was computed.  net45 is compatible.  net451 was computed.  net452 was computed.  net46 was computed.  net461 is compatible.  net462 is compatible.  net463 was computed.  net47 is compatible.  net471 was computed.  net472 is compatible.  net48 was computed.  net481 was computed. 
MonoAndroid monoandroid was computed. 
MonoMac monomac was computed. 
MonoTouch monotouch was computed. 
Tizen tizen30 was computed.  tizen40 was computed.  tizen60 was computed. 
Xamarin.iOS xamarinios was computed. 
Xamarin.Mac xamarinmac was computed. 
Xamarin.TVOS xamarintvos was computed. 
Xamarin.WatchOS 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 (15)

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.115.2023.1103 1,857 11/3/2023
1.114.2023.1016 746 10/16/2023
1.108.0 1,561 7/28/2023
1.107.0 92,253 12/22/2021
1.106.0 1,192 12/13/2021
1.105.0 1,165 12/8/2021
1.104.0 1,680 11/18/2021
1.103.0 1,180 11/4/2021
1.102.0 1,417 10/18/2021
1.101.4 1,214 10/6/2021
1.101.3 1,225 10/6/2021
1.101.2 1,222 10/6/2021
1.101.1 1,185 10/5/2021
1.101.0 10,388 10/5/2021
1.100.0 1,280 10/4/2021
1.99.0 4,822 8/10/2021
1.98.0 2,135 2/12/2021
1.97.0 48,370 12/21/2020
1.96.0 1,402 12/18/2020
1.95.0 99,242 8/12/2019
1.94.0 2,276 7/9/2019
1.93.0 7,464 2/15/2019
1.92.0 6,642 10/29/2018
1.91.6 3,010 9/10/2018
1.91.5 2,451 8/24/2018
1.91.4 2,430 8/22/2018
1.91.3 3,632 6/4/2018
1.91.2 2,232 5/30/2018
1.91.1 2,162 5/25/2018
1.91.0 2,132 5/25/2018
1.90.0 4,732 2/20/2018
1.89.1 2,288 2/9/2018
1.89.0 317,731 8/29/2017
1.88.3 2,223 8/18/2017
1.88.2 2,213 8/16/2017
1.88.1 1,998 8/14/2017
1.88.0 4,139 6/30/2017
1.87.0 5,469 6/9/2017
1.86.0 2,198 5/22/2017
1.85.0 10,610 5/17/2017
1.84.0 4,713 3/24/2017
1.83.0 3,267 3/2/2017
1.82.0 2,621 2/8/2017
1.81.0 2,119 2/1/2017
1.80.0 2,469 12/6/2016
1.79.0 2,674 10/7/2016
1.78.1 2,207 9/28/2016
1.78.0 2,565 9/21/2016
1.77.0 2,455 8/29/2016
1.76.0 2,095 8/29/2016
1.75.1 2,516 7/7/2016
1.75.0 2,204 7/5/2016
1.74.0 2,768 3/30/2016
1.73.2 2,191 3/14/2016
1.73.1 2,233 3/4/2016
1.73.0 3,568 1/8/2016
1.72.0 3,634 8/27/2015
1.71.1 2,768 6/16/2015
1.71.0 2,711 3/6/2015
1.70.0 2,148 3/6/2015
1.69.0 2,484 2/19/2015
1.68.0 3,011 12/5/2014
1.67.0 2,623 11/13/2014
1.65.0 2,485 11/4/2014
1.64.0 2,520 8/3/2014
1.63.1 2,246 7/24/2014
1.63.0 2,262 6/3/2014
1.62.0 2,392 4/25/2014
1.61.1 2,953 1/30/2014