Info
Version: | 1.1.5 |
Author(s): | Khalid Salomão |
Last Update: | Tuesday, September 22, 2015 |
.NET Fiddle: | Create the first Fiddle |
Project Url: | https://github.com/khalidsalomao/SimpleHelpers.Net |
NuGet Url: | https://www.nuget.org/packages/SimpleHelpers.SQLiteStorage |
Install
Install-Package SimpleHelpers.SQLiteStorage
dotnet add package SimpleHelpers.SQLiteStorage
paket add SimpleHelpers.SQLiteStorage
SimpleHelpers.SQLiteStorage Download (Unzip the "nupkg" after downloading)
Dependencies
- System.Data.SQLite.Core(1.0.91.3)
- Newtonsoft.Json(6.0.0)
- Dapper(1.42)
Tags
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.