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" />
paket add LightningDB --version 0.8.12.51737
#r "nuget: LightningDB, 0.8.12.51737"
// Install LightningDB as a Cake Addin #addin nuget:?package=LightningDB&version=0.8.12.51737 // Install LightningDB as a Cake Tool #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 (8)
Showing the top 5 NuGet packages that depend on LightningDB:
Package | Downloads |
---|---|
Akka.DistributedData.LightningDB
Replicated data using CRDT structures |
|
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. |
|
RaisingStudio.Modules.LightningDB
RaisingStudio.Modules.LightningDB |
GitHub repositories (5)
Showing the top 5 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#.
|
|
SonarSource/sonar-dotnet
Code analyzer for C# and VB.NET projects
|
|
bleroy/lunr-core
A port of LUNR.js to .NET Core
|
|
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.16.0 | 214,903 | 10/11/2023 |
0.16.0-preview.1 | 20,741 | 4/23/2023 |
0.15.0 | 211,498 | 2/4/2023 |
0.14.1 | 30,453 | 1/4/2022 |
0.14.0 | 574,632 | 9/6/2021 |
0.13.0 | 178,977 | 7/30/2020 |
0.12.0 | 18,993 | 7/6/2020 |
0.11.0 | 74,804 | 2/20/2020 |
0.10.0 | 95,084 | 11/26/2017 |
0.9.9 | 43,686 | 5/29/2017 |
0.9.8 | 33,143 | 5/2/2017 |
0.9.7 | 16,218 | 9/22/2016 |
0.9.6 | 3,818 | 9/2/2016 |
0.9.5 | 1,960 | 8/29/2016 |
0.9.4 | 4,493 | 6/29/2016 |
0.9.3 | 2,042 | 6/28/2016 |
0.9.3-rc2-51 | 1,575 | 5/22/2016 |
0.9.3-rc1-45 | 3,445 | 2/12/2016 |
0.9.3-rc1-44 | 1,722 | 11/23/2015 |
0.9.3-rc1-43 | 1,646 | 11/20/2015 |
0.9.2.40 | 2,958 | 9/10/2015 |
0.9.1.35 | 2,878 | 8/3/2015 |
0.9.0.31 | 2,509 | 7/30/2015 |
0.8.14.51400 | 2,022 | 5/31/2015 |
0.8.12.51737 | 1,826 | 1/31/2015 |
0.8.8.52157 | 1,713 | 1/18/2015 |
0.8.7.52133 | 1,604 | 1/18/2015 |
0.8.6.51452 | 2,046 | 12/28/2014 |
0.8.5.51145 | 2,025 | 12/25/2014 |
0.8.3.52343 | 1,800 | 6/4/2014 |
0.8.2.51054 | 1,473 | 5/9/2014 |
0.8.1.52127 | 1,731 | 2/20/2014 |
0.8.1.51635 | 1,523 | 12/15/2013 |
0.8.0.52232 | 1,677 | 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