A file-based key-value-store, using the popular Newtonsoft.Json serialization library.
Info
Version: | 0.1.4 |
Author(s): | Jan Donnermayer |
Last Update: | Sunday, March 1, 2020 |
.NET Fiddle: | Create the first Fiddle |
Project Url: | https://github.com/JanDonnermayer/DocumentStores |
NuGet Url: | https://www.nuget.org/packages/DocumentStores |
Install
Install-Package DocumentStores
dotnet add package DocumentStores
paket add DocumentStores
DocumentStores Download (Unzip the "nupkg" after downloading)
Dependencies
- Microsoft.Extensions.DependencyInjection(>= 3.0.0)
- Newtonsoft.Json(>= 12.0.3)
- System.Collections.Immutable(>= 1.6.0)
- System.Reactive(>= 4.2.0)
- System.Text.Json(>= 4.6.0)