LightningDB 0.8.12.51737
See the version list below for details.
dotnet add package LightningDB --version 0.8.12.51737
NuGet\Install-Package LightningDB -Version 0.8.12.51737
<PackageReference Include="LightningDB" Version="0.8.12.51737" />
<PackageVersion Include="LightningDB" Version="0.8.12.51737" />
<PackageReference Include="LightningDB" />
paket add LightningDB --version 0.8.12.51737
#r "nuget: LightningDB, 0.8.12.51737"
#addin nuget:?package=LightningDB&version=0.8.12.51737
#tool nuget:?package=LightningDB&version=0.8.12.51737
.NET-wrapper library for OpenLDAP's Lightning DB key-value store.
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET Framework | net40 is compatible. net403 was computed. net45 was computed. net451 was computed. net452 was computed. net46 was computed. net461 was computed. net462 was computed. net463 was computed. net47 was computed. net471 was computed. net472 was computed. net48 was computed. net481 was computed. |
This package has no dependencies.
NuGet packages (9)
Showing the top 5 NuGet packages that depend on LightningDB:
Package | Downloads |
---|---|
Akka.DistributedData.LightningDB
Replicated data using CRDT structures |
|
LightningQueues
LightningQueues |
|
LightningQueues.Storage.LMDB
LightningQueues.Storage.LMDB |
|
YesSql.Storage.LightningDB
Package Description |
|
LightningStore
LightningDb facades to easily build an embedded event stream and a document store. By default JIL serialization is build in. |
GitHub repositories (4)
Showing the top 4 popular GitHub repositories that depend on LightningDB:
Repository | Stars |
---|---|
akkadotnet/akka.net
Canonical actor model implementation for .NET with local + distributed actors in C# and F#.
|
|
bleroy/lunr-core
Lunr-core is a small, full text search library for use in small applications. It's a .NET port of LUNR.js.
|
|
LightningQueues/LightningQueues
Fast persistent queues for .NET
|
|
Bobris/BTDB
Key Value Database in .Net with Object DB Layer, RPC, dynamic IL and much more
|
Version | Downloads | Last updated |
---|---|---|
0.18.0 | 488 | 3/3/2025 |
0.17.1 | 1,252 | 1/15/2025 |
0.17.0 | 1,098 | 11/27/2024 |
0.16.0 | 421,635 | 10/11/2023 |
0.16.0-preview.1 | 30,181 | 4/23/2023 |
0.15.0 | 232,941 | 2/4/2023 |
0.14.1 | 32,918 | 1/4/2022 |
0.14.0 | 581,057 | 9/6/2021 |
0.13.0 | 181,146 | 7/30/2020 |
0.12.0 | 19,513 | 7/6/2020 |
0.11.0 | 76,986 | 2/20/2020 |
0.10.0 | 95,723 | 11/26/2017 |
0.9.9 | 43,791 | 5/29/2017 |
0.9.8 | 33,510 | 5/2/2017 |
0.9.7 | 16,389 | 9/22/2016 |
0.9.6 | 3,997 | 9/2/2016 |
0.9.5 | 2,050 | 8/29/2016 |
0.9.4 | 4,588 | 6/29/2016 |
0.9.3 | 2,136 | 6/28/2016 |
0.9.3-rc2-51 | 1,743 | 5/22/2016 |
0.9.3-rc1-45 | 3,658 | 2/12/2016 |
0.9.3-rc1-44 | 1,896 | 11/23/2015 |
0.9.3-rc1-43 | 1,820 | 11/20/2015 |
0.9.2.40 | 3,141 | 9/10/2015 |
0.9.1.35 | 3,032 | 8/3/2015 |
0.9.0.31 | 2,746 | 7/30/2015 |
0.8.14.51400 | 2,261 | 5/31/2015 |
0.8.12.51737 | 1,975 | 1/31/2015 |
0.8.8.52157 | 1,861 | 1/18/2015 |
0.8.7.52133 | 1,753 | 1/18/2015 |
0.8.6.51452 | 2,199 | 12/28/2014 |
0.8.5.51145 | 2,172 | 12/25/2014 |
0.8.3.52343 | 1,951 | 6/4/2014 |
0.8.2.51054 | 1,574 | 5/9/2014 |
0.8.1.52127 | 1,832 | 2/20/2014 |
0.8.1.51635 | 1,623 | 12/15/2013 |
0.8.0.52232 | 1,796 | 10/10/2013 |
* Implemented mdb_set_compare and mdb_set_dupsort
* Implemented cursor operations: multiple put, get multiple, move next multiple
* DatabaseOpenFlags.DuplicatesFixed now include DuplicatesSort by default
* MoveNextDuplicate and MovePrevDuplicate now return only value
* Actualised CursorPutOptions and PutOptions
* Added missing to-bytes converters
* API improvements and changes