Genesis.DataStore is a library that makes it simpler to implement a versioned SQLite-based data store, particularly within a mobile application.
Info
| Version: | 3.0.0 |
| Author(s): | Kent Boogaart |
| Last Update: | Friday, August 17, 2018 |
| .NET Fiddle: | Create the first Fiddle |
| Project Url: | https://github.com/kentcb/Genesis.DataStore |
| NuGet Url: | https://www.nuget.org/packages/Genesis.DataStore |
Install
Install-Package Genesis.DataStore
dotnet add package Genesis.DataStore
paket add Genesis.DataStore
Genesis.DataStore Download (Unzip the "nupkg" after downloading)
Dependencies
- Genesis.Ensure(>= 2.0.0)
- Genesis.Join(>= 2.0.0)
- Genesis.Logging(>= 3.0.0)
- Genesis.Repository(>= 3.0.0)
- SQLitePCL.pretty(>= 1.1.0)
Tags