LevelDB.UWP 1.18.3

Requires NuGet 2.8.6 or higher.

dotnet add package LevelDB.UWP --version 1.18.3
NuGet\Install-Package LevelDB.UWP -Version 1.18.3
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="LevelDB.UWP" Version="1.18.3" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add LevelDB.UWP --version 1.18.3
#r "nuget: LevelDB.UWP, 1.18.3"
#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 LevelDB.UWP as a Cake Addin
#addin nuget:?package=LevelDB.UWP&version=1.18.3

// Install LevelDB.UWP as a Cake Tool
#tool nuget:?package=LevelDB.UWP&version=1.18.3

LevelDBUWP is a port of LevelDB (originally made by Google) for Universal Windows Platform (UWP).

Product Compatible and additional computed target framework versions.
Universal Windows Platform uap was computed.  uap10.0 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 (1)

Showing the top 1 NuGet packages that depend on LevelDB.UWP:

Package Downloads
KoduStore

KoduStore makes marries objects and LevelDB UWP in a delightful way. It's a really basic document store with support for primary and secondary index support; this will solve most of your problems. Right now it's a PCL (for UWP).

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
1.18.3 3,097 3/30/2016
1.18.2 3,572 3/19/2016
1.18.1 5,237 3/11/2016
1.18.0 1,344 3/11/2016
1.18.0-beta 1,093 3/6/2016
1.0.8 1,270 3/6/2016
1.0.7 1,334 3/4/2016

- Adding DB.Recover to recover broken databases
- Exposing C API