LightningDB 0.8.12.51737

dotnet add package LightningDB --version 0.8.12.51737
                    
NuGet\Install-Package LightningDB -Version 0.8.12.51737
                    
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.8.12.51737" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="LightningDB" Version="0.8.12.51737" />
                    
Directory.Packages.props
<PackageReference Include="LightningDB" />
                    
Project file
For projects that support Central Package Management (CPM), copy this XML node into the solution Directory.Packages.props file to version the package.
paket add LightningDB --version 0.8.12.51737
                    
#r "nuget: LightningDB, 0.8.12.51737"
                    
#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.
#addin nuget:?package=LightningDB&version=0.8.12.51737
                    
Install LightningDB as a Cake Addin
#tool nuget:?package=LightningDB&version=0.8.12.51737
                    
Install LightningDB as a Cake Tool

.NET-wrapper library for OpenLDAP's Lightning DB key-value store.

Product 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. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

This package has no dependencies.

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.8.12.51737 203 1/31/2015
0.8.8.52157 101 1/18/2015
0.8.7.52133 57 1/18/2015
0.8.6.51452 80 12/28/2014
0.8.5.51145 63 12/25/2014
0.8.3.52343 204 6/4/2014
0.8.2.51054 57 5/9/2014
0.8.1.52127 62 2/20/2014
0.8.1.51635 54 12/15/2013
0.8.0.52232 73 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