SimpleHelpers.SQLiteStorage
1.0.8
There is a newer version of this package available.
See the version list below for details.
See the version list below for details.
dotnet add package SimpleHelpers.SQLiteStorage --version 1.0.8
NuGet\Install-Package SimpleHelpers.SQLiteStorage -Version 1.0.8
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="SimpleHelpers.SQLiteStorage" Version="1.0.8" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add SimpleHelpers.SQLiteStorage --version 1.0.8
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
#r "nuget: SimpleHelpers.SQLiteStorage, 1.0.8"
#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 SimpleHelpers.SQLiteStorage as a Cake Addin #addin nuget:?package=SimpleHelpers.SQLiteStorage&version=1.0.8 // Install SimpleHelpers.SQLiteStorage as a Cake Tool #tool nuget:?package=SimpleHelpers.SQLiteStorage&version=1.0.8
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
Simple key value storage using sqlite.
All member methods are thread-safe, so a instance can be safelly be accessed by multiple threads.
All stored items are serialized to json by json.net.
Note: this nuget package contains c# source code and depends on .Net 4.0.
There are no supported framework assets in this package.
Learn more about Target Frameworks and .NET Standard.
-
- Dapper (>= 1.12.1)
- ServiceStack.Text (>= 3.9.43)
- System.Data.SQLite (>= 1.0.84)
GitHub repositories
This package is not used by any popular GitHub repositories.
Version | Downloads | Last updated |
---|---|---|
1.1.3 | 88 | 5/3/2015 |
1.1.2 | 114 | 12/16/2014 |
1.1.1 | 99 | 10/9/2014 |
1.1.0 | 71 | 9/17/2014 |
1.0.16 | 64 | 3/10/2014 |
1.0.15 | 51 | 12/30/2013 |
1.0.14 | 48 | 5/22/2013 |
1.0.13 | 49 | 5/22/2013 |
1.0.12 | 46 | 5/21/2013 |
1.0.11 | 47 | 5/21/2013 |
1.0.10 | 46 | 5/21/2013 |
1.0.9 | 47 | 5/18/2013 |
1.0.8 | 45 | 4/19/2013 |
1.0.7 | 47 | 4/18/2013 |
1.0.6 | 45 | 4/18/2013 |
1.0.5 | 43 | 4/17/2013 |
1.0.4 | 44 | 4/17/2013 |
1.0.3 | 44 | 4/17/2013 |
1.0.2 | 44 | 4/16/2013 |
1.0.1 | 45 | 4/16/2013 |
1.0.0 | 45 | 4/16/2013 |
* Switched from Json.Net to ServiceStack.Text (2x speedup in Get performance)