SimpleHelpers.SQLiteStorage
1.1.5
Simple key value storage using sqlite (C# - Source file).
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.
Install-Package SimpleHelpers.SQLiteStorage -Version 1.1.5
dotnet add package SimpleHelpers.SQLiteStorage --version 1.1.5
<PackageReference Include="SimpleHelpers.SQLiteStorage" Version="1.1.5" />
paket add SimpleHelpers.SQLiteStorage --version 1.1.5
#r "nuget: SimpleHelpers.SQLiteStorage, 1.1.5"
Release Notes
1.1.4
* SQLite configuration tunning
1.1.0
* SQLite configuration tunning
1.0.16
* changed the serializer back to Newtonsoft due to the new non-FLOSS license of ServiceStack
* support to memory mapped SQLite files
* minor adjustments
1.0.15
* Improved funcionality and documentation
* Switched from Json.Net to ServiceStack.Text (2x speedup in Get performance)
Dependencies
-
- Dapper (>= 1.42.0)
- Newtonsoft.Json (>= 6.0.0)
- System.Data.SQLite.Core (>= 1.0.91.3)
Used By
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.
Version History
Version | Downloads | Last updated |
---|---|---|
1.1.5 | 1,055 | 9/22/2015 |
1.1.4 | 688 | 5/11/2015 |
1.1.3 | 583 | 5/3/2015 |
1.1.2 | 721 | 12/16/2014 |
1.1.1 | 659 | 10/9/2014 |
1.1.0 | 647 | 9/17/2014 |
1.0.16 | 660 | 3/10/2014 |
1.0.15 | 658 | 12/30/2013 |
1.0.14 | 779 | 5/22/2013 |
1.0.13 | 696 | 5/22/2013 |
1.0.12 | 669 | 5/21/2013 |
1.0.11 | 674 | 5/21/2013 |
1.0.10 | 665 | 5/21/2013 |
1.0.9 | 670 | 5/18/2013 |
1.0.8 | 729 | 4/19/2013 |
1.0.7 | 673 | 4/18/2013 |
1.0.6 | 686 | 4/18/2013 |
1.0.5 | 674 | 4/17/2013 |
1.0.4 | 677 | 4/17/2013 |
1.0.3 | 696 | 4/17/2013 |
1.0.2 | 676 | 4/16/2013 |
1.0.1 | 694 | 4/16/2013 |
1.0.0 | 687 | 4/16/2013 |