SQLiteNetExtensions 2.0.0
See the version list below for details.
dotnet add package SQLiteNetExtensions --version 2.0.0
NuGet\Install-Package SQLiteNetExtensions -Version 2.0.0
<PackageReference Include="SQLiteNetExtensions" Version="2.0.0" />
paket add SQLiteNetExtensions --version 2.0.0
#r "nuget: SQLiteNetExtensions, 2.0.0"
// Install SQLiteNetExtensions as a Cake Addin #addin nuget:?package=SQLiteNetExtensions&version=2.0.0 // Install SQLiteNetExtensions as a Cake Tool #tool nuget:?package=SQLiteNetExtensions&version=2.0.0
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.
Learn more about Target Frameworks and .NET Standard.
-
- Newtonsoft.Json (>= 9.0.1)
- sqlite-net-pcl (>= 1.4.118)
NuGet packages (20)
Showing the top 5 NuGet packages that depend on SQLiteNetExtensions:
Package | Downloads |
---|---|
SQLiteNetExtensions.Async
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. |
|
artm.fetcher
Helper for fetching and caching of data from the web |
|
BuildIt.Data.Sqlite
This library contains a number of helper methods and functions to make working with sql data query easier |
|
MillennialAppsLibrary
Shared library for private and pulic projects based on Xamarin Shared Projects |
|
AVOSCloud.NetFx45
# LeanCloud SDK for .NET 4.5 Desktop. ## 文档地址 数据存储:https://cn.avoscloud.com/docs/dotnet_guide.html 实时消息:https://cn.avoscloud.com/docs/dotnet_realtime.html 当前包含支持的功能: * 数据存储 * 实时消息 * 统计 |
GitHub repositories (4)
Showing the top 4 popular GitHub repositories that depend on SQLiteNetExtensions:
Repository | Stars |
---|---|
DragoQCC/HardHatC2
A C# Command & Control framework
|
|
sgermosen/TorneoPredicciones
Esta aplicacion de ejemplo tiene la finalidad de darle seguimiento a cualquier clase de torneo, y hacer predicciones al respecto, donde el ganador de la prediccion, se lleva el premio que hayan pautado los creadores del grupo
|
|
unoplatform/Uno.Samples
A collection of code samples for the Uno Platform
|
|
imurvai/brickcontroller2
Cross platform application for controlling Lego creations using a bluetooth gamepad.
|
Version | Downloads | Last updated |
---|---|---|
2.1.0 | 1,328,303 | 8/13/2018 |
2.0.0 | 410,783 | 12/1/2017 |
2.0.0-alpha2 | 47,244 | 10/4/2016 |
2.0.0-alpha1 | 4,605 | 8/13/2016 |
1.3.0 | 251,030 | 5/5/2015 |
1.2.5 | 7,826 | 3/4/2015 |
1.2.4 | 1,765 | 3/4/2015 |
1.2.3 | 8,170 | 2/3/2015 |
1.2.2 | 21,988 | 10/14/2014 |
1.2.1 | 2,057 | 10/7/2014 |
1.1.1 | 2,823 | 7/28/2014 |
1.1.0 | 2,569 | 7/18/2014 |
Changed underlying library from SQLite.Net PCL for better support on different platforms to Frank Kruegers sqlite-net-pcl