PommaLabs.KVLite 2.1.0

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

// Install PommaLabs.KVLite as a Cake Tool
#tool nuget:?package=PommaLabs.KVLite&version=2.1.0

A simple, timed and persistent key-value store based on SQLite. KVLite offers both a persistent and an in-memory implementation of that kind of store.

There are no supported framework assets in this package.

Learn more about Target Frameworks and .NET Standard.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
2.1.0 86 4/13/2015
1.5.0 268 3/7/2015
1.4.0 188 1/24/2015
1.3.0 54 1/18/2015
1.2.0 43 1/18/2015
1.0.0 44 1/17/2015
0.9.3 41 1/17/2015
0.9.2 50 1/8/2015
0.9.1 49 1/5/2015
0.6.5 285 11/14/2014
0.6.4 372 11/10/2014
0.6.3 388 11/10/2014
0.5.3 58 10/27/2014
0.5.1 56 10/26/2014
0.5.0 53 10/23/2014
0.4.7 56 10/22/2014
0.4.6 56 10/20/2014
0.4.5 49 10/20/2014
0.4.4 67 10/20/2014
0.4.3 53 10/19/2014
0.4.2 68 10/17/2014
0.4.1 58 10/12/2014
0.4.0 291 9/6/2014
0.3.9 77 8/20/2014
0.3.8 73 8/19/2014
0.3.7 57 8/18/2014
0.3.4 58 8/17/2014
0.3.3 57 8/17/2014
0.3.2 56 8/16/2014
0.3.1 58 8/16/2014
0.2.1 64 8/8/2014
0.2.0-alpha 45 8/5/2014
0.1.10-alpha 44 8/3/2014
0.1.9-alpha 43 8/3/2014
0.1.8-alpha 43 8/3/2014
0.1.7-alpha 50 7/27/2014

* KVLite is now IoC friendly.