SQLiteNetExtensions 2.1.0
dotnet add package SQLiteNetExtensions --version 2.1.0
NuGet\Install-Package SQLiteNetExtensions -Version 2.1.0
<PackageReference Include="SQLiteNetExtensions" Version="2.1.0" />
paket add SQLiteNetExtensions --version 2.1.0
#r "nuget: SQLiteNetExtensions, 2.1.0"
// Install SQLiteNetExtensions as a Cake Addin #addin nuget:?package=SQLiteNetExtensions&version=2.1.0 // Install SQLiteNetExtensions as a Cake Tool #tool nuget:?package=SQLiteNetExtensions&version=2.1.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.
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET | net5.0 was computed. net5.0-windows was computed. net6.0 was computed. net6.0-android was computed. net6.0-ios was computed. net6.0-maccatalyst was computed. net6.0-macos was computed. net6.0-tvos was computed. net6.0-windows was computed. net7.0 was computed. net7.0-android was computed. net7.0-ios was computed. net7.0-maccatalyst was computed. net7.0-macos was computed. net7.0-tvos was computed. net7.0-windows was computed. net8.0 was computed. net8.0-android was computed. net8.0-browser was computed. net8.0-ios was computed. net8.0-maccatalyst was computed. net8.0-macos was computed. net8.0-tvos was computed. net8.0-windows was computed. |
.NET Core | netcoreapp1.0 was computed. netcoreapp1.1 was computed. netcoreapp2.0 was computed. netcoreapp2.1 was computed. netcoreapp2.2 was computed. netcoreapp3.0 was computed. netcoreapp3.1 was computed. |
.NET Standard | netstandard1.1 is compatible. netstandard1.2 was computed. netstandard1.3 was computed. netstandard1.4 was computed. netstandard1.5 was computed. netstandard1.6 was computed. netstandard2.0 was computed. netstandard2.1 was computed. |
.NET Framework | net45 was computed. net451 was computed. net452 was computed. net46 was computed. net461 was computed. net462 was computed. net463 was computed. net47 was computed. net471 was computed. net472 was computed. net48 was computed. net481 was computed. |
MonoAndroid | monoandroid was computed. |
MonoMac | monomac was computed. |
MonoTouch | monotouch was computed. |
Tizen | tizen30 was computed. tizen40 was computed. tizen60 was computed. |
Universal Windows Platform | uap was computed. uap10.0 was computed. |
Windows Phone | wpa81 was computed. |
Windows Store | netcore was computed. netcore45 was computed. netcore451 was computed. |
Xamarin.iOS | xamarinios was computed. |
Xamarin.Mac | xamarinmac was computed. |
Xamarin.TVOS | xamarintvos was computed. |
Xamarin.WatchOS | xamarinwatchos was computed. |
-
- 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,316,436 | 8/13/2018 |
2.0.0 | 406,587 | 12/1/2017 |
2.0.0-alpha2 | 47,125 | 10/4/2016 |
2.0.0-alpha1 | 4,600 | 8/13/2016 |
1.3.0 | 250,899 | 5/5/2015 |
1.2.5 | 7,820 | 3/4/2015 |
1.2.4 | 1,760 | 3/4/2015 |
1.2.3 | 8,167 | 2/3/2015 |
1.2.2 | 21,986 | 10/14/2014 |
1.2.1 | 2,052 | 10/7/2014 |
1.1.1 | 2,820 | 7/28/2014 |
1.1.0 | 2,561 | 7/18/2014 |
Added support for .Net Standard