LightningDB 0.9.0.31
See the version list below for details.
dotnet add package LightningDB --version 0.9.0.31
NuGet\Install-Package LightningDB -Version 0.9.0.31
<PackageReference Include="LightningDB" Version="0.9.0.31" />
paket add LightningDB --version 0.9.0.31
#r "nuget: LightningDB, 0.9.0.31"
// Install LightningDB as a Cake Addin #addin nuget:?package=LightningDB&version=0.9.0.31 // Install LightningDB as a Cake Tool #tool nuget:?package=LightningDB&version=0.9.0.31
.NET-wrapper library for OpenLDAP's Lightning DB key-value store.
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET Framework | net45 is compatible. 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. |
DNX | dnx451 is compatible. |
DNXCore | dnxcore50 is compatible. |
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 (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
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.17.1 | 162 | 1/15/2025 |
0.17.0 | 716 | 11/27/2024 |
0.16.0 | 313,652 | 10/11/2023 |
0.16.0-preview.1 | 25,450 | 4/23/2023 |
0.15.0 | 222,943 | 2/4/2023 |
0.14.1 | 32,190 | 1/4/2022 |
0.14.0 | 578,307 | 9/6/2021 |
0.13.0 | 180,320 | 7/30/2020 |
0.12.0 | 19,261 | 7/6/2020 |
0.11.0 | 75,790 | 2/20/2020 |
0.10.0 | 95,226 | 11/26/2017 |
0.9.9 | 43,712 | 5/29/2017 |
0.9.8 | 33,299 | 5/2/2017 |
0.9.7 | 16,249 | 9/22/2016 |
0.9.6 | 3,838 | 9/2/2016 |
0.9.5 | 1,975 | 8/29/2016 |
0.9.4 | 4,512 | 6/29/2016 |
0.9.3 | 2,058 | 6/28/2016 |
0.9.3-rc2-51 | 1,588 | 5/22/2016 |
0.9.3-rc1-45 | 3,458 | 2/12/2016 |
0.9.3-rc1-44 | 1,737 | 11/23/2015 |
0.9.3-rc1-43 | 1,661 | 11/20/2015 |
0.9.2.40 | 2,978 | 9/10/2015 |
0.9.1.35 | 2,901 | 8/3/2015 |
0.9.0.31 | 2,526 | 7/30/2015 |
0.8.14.51400 | 2,042 | 5/31/2015 |
0.8.12.51737 | 1,843 | 1/31/2015 |
0.8.8.52157 | 1,729 | 1/18/2015 |
0.8.7.52133 | 1,621 | 1/18/2015 |
0.8.6.51452 | 2,064 | 12/28/2014 |
0.8.5.51145 | 2,042 | 12/25/2014 |
0.8.3.52343 | 1,819 | 6/4/2014 |
0.8.2.51054 | 1,491 | 5/9/2014 |
0.8.1.52127 | 1,749 | 2/20/2014 |
0.8.1.51635 | 1,541 | 12/15/2013 |
0.8.0.52232 | 1,698 | 10/10/2013 |
Simplified API
DNX beta6 support
Writes no longer require Marshal.Copy
Profiled and fixed memory leaks
Removed converters
Removed 'manager' classes in favor of events
Native interop methods are public - abuse at will
Removed Close methods for Dispose equivalent
LightningDatabase reuse across transactions is optional
LightningCursor Current is lazy
LightningCursor implements IEnumerator itself now