LightningDB 0.9.0.31

There is a newer version of this package available.
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
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="LightningDB" Version="0.9.0.31" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add LightningDB --version 0.9.0.31
#r "nuget: LightningDB, 0.9.0.31"
#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 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 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. 
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 (7)

Showing the top 5 NuGet packages that depend on LightningDB:

Package Downloads
Akka.DistributedData.LightningDB The ID prefix of this package has been reserved for one of the owners of this package by NuGet.org.

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 44,043 10/11/2023
0.16.0-preview.1 7,440 4/23/2023
0.15.0 163,539 2/4/2023
0.14.1 26,335 1/4/2022
0.14.0 495,989 9/6/2021
0.13.0 173,638 7/30/2020
0.12.0 18,600 7/6/2020
0.11.0 70,224 2/20/2020
0.10.0 90,924 11/26/2017
0.9.9 43,297 5/29/2017
0.9.8 32,426 5/2/2017
0.9.7 15,952 9/22/2016
0.9.6 3,676 9/2/2016
0.9.5 1,893 8/29/2016
0.9.4 4,348 6/29/2016
0.9.3 1,980 6/28/2016
0.9.3-rc2-51 1,543 5/22/2016
0.9.3-rc1-45 3,414 2/12/2016
0.9.3-rc1-44 1,695 11/23/2015
0.9.3-rc1-43 1,615 11/20/2015
0.9.2.40 2,911 9/10/2015
0.9.1.35 2,827 8/3/2015
0.9.0.31 2,463 7/30/2015
0.8.14.51400 1,985 5/31/2015
0.8.12.51737 1,793 1/31/2015
0.8.8.52157 1,671 1/18/2015
0.8.7.52133 1,568 1/18/2015
0.8.6.51452 2,002 12/28/2014
0.8.5.51145 1,982 12/25/2014
0.8.3.52343 1,762 6/4/2014
0.8.2.51054 1,439 5/9/2014
0.8.1.52127 1,694 2/20/2014
0.8.1.51635 1,492 12/15/2013
0.8.0.52232 1,617 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