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.1.0 |
Author(s): | TwinCoders |
Last Update: | Monday, August 13, 2018 |
.NET Fiddle: | Online Example |
Project Url: | https://bitbucket.org/twincoders/sqlite-net-extensions |
NuGet Url: | https://www.nuget.org/packages/SQLiteNetExtensions |
Install
Install-Package SQLiteNetExtensions
dotnet add package SQLiteNetExtensions
paket add SQLiteNetExtensions
SQLiteNetExtensions Download (Unzip the "nupkg" after downloading)
Dependencies
- Newtonsoft.Json(>= 9.0.1)
- sqlite-net-pcl(>= 1.4.118)
Tags