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, March 25, 2019 |
.NET Fiddle: | Create the first Fiddle |
Project Url: | https://bitbucket.org/twincoders/sqlite-net-extensions |
NuGet Url: | https://www.nuget.org/packages/SQLiteNetCipherExtensions |
Install
Install-Package SQLiteNetCipherExtensions
dotnet add package SQLiteNetCipherExtensions
paket add SQLiteNetCipherExtensions
SQLiteNetCipherExtensions Download (Unzip the "nupkg" after downloading)
Dependencies
- Newtonsoft.Json(>= 9.0.1)
- sqlite-net-sqlcipher(>= 1.5.231)
Tags