Info
Version: | 1.1.2 |
Author(s): | Ivan Sorokin |
Last Update: | Friday, December 21, 2018 |
.NET Fiddle: | Create the first Fiddle |
NuGet Url: | https://www.nuget.org/packages/TinyStore |
Install
Install-Package TinyStore
dotnet add package TinyStore
paket add TinyStore
TinyStore Download (Unzip the "nupkg" after downloading)
Dependencies
- Newtonsoft.Json(>= 12.0.1)
It uses simple structure of folders and files to manage your data like a real db. Also you can enable cache for faster operations.
TinyStore provide basic CRUD operations and thats all.