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
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
#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
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
LevelDBUWP is a port of LevelDB (originally made by Google) for Universal Windows Platform (UWP).
Product | Versions 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.
- Adding DB.Recover to recover broken databases
- Exposing C API