Info
Version: | 1.0.3 |
Author(s): | Konstantin Kryzhanovskii |
Last Update: | Thursday, July 26, 2018 |
.NET Fiddle: | Create the first Fiddle |
Project Url: | https://github.com/simbadltd/simbad.platform |
NuGet Url: | https://www.nuget.org/packages/Simbad.Platform.Persistence.Sqlite |
Install
Install-Package Simbad.Platform.Persistence.Sqlite
dotnet add package Simbad.Platform.Persistence.Sqlite
paket add Simbad.Platform.Persistence.Sqlite
Simbad.Platform.Persistence.Sqlite Download (Unzip the "nupkg" after downloading)
Dependencies
- Mono.Data.Sqlite.Portable(>= 1.0.3.5)
- Simbad.Platform.Core(>= 1.0.6)
- Simbad.Platform.Persistence(>= 1.0.4)
This package provides simple and reliable persistence based on SQLite storage engine. Using it, you can get started with persistence in a minutes.
Package designed to work on Windows platform out-of-the-box, there is no need in additional references for 'sqlite3.dll' library.