LevelDB is an embedded key-value database with fast random writes and fast reads of key ranges.
Info
| Version: | 1.2.0 |
| Author(s): | Authors: Sanjay Ghemawat ([email protected]) and Jeff Dean ([email protected]) |
| Last Update: | Monday, January 25, 2016 |
| .NET Fiddle: | Create the first Fiddle |
| Project Url: | https://github.com/google/leveldb |
| NuGet Url: | https://www.nuget.org/packages/LevelDB-vc120 |
Install
Install-Package LevelDB-vc120
dotnet add package LevelDB-vc120
paket add LevelDB-vc120
LevelDB-vc120 Download (Unzip the "nupkg" after downloading)
Dependencies
- boost_date_time-vc120(>= 1.59.0)
Tags