SQLite-Net Extensions is a very simple ORM that provides cascade operations, one-to-one, one-to-many, many-to-one, many-to-many, inverse and text-blobbed relationships on top of the sqlite-net library.
Info
Version: | 2.0.0 |
Author(s): | JamSoft |
Last Update: | Thursday, July 20, 2017 |
.NET Fiddle: | Create the first Fiddle |
Project Url: | https://github.com/jamsoft/SQLiteExtensionsCore |
NuGet Url: | https://www.nuget.org/packages/SQLiteNetExtensionsCore |
Install
Install-Package SQLiteNetExtensionsCore
dotnet add package SQLiteNetExtensionsCore
paket add SQLiteNetExtensionsCore
SQLiteNetExtensionsCore Download (Unzip the "nupkg" after downloading)
Dependencies
- sqlite-net-standard(>= 1.5.1)
- NETStandard.Library(>= 1.6.1)
- Newtonsoft.Json(>= 9.0.1)
Tags