SQLiteNetExtensions 2.1.0
Install-Package SQLiteNetExtensions -Version 2.1.0
dotnet add 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 |
---|---|
.NET | net5.0 net5.0-windows net6.0 net6.0-android net6.0-ios net6.0-maccatalyst net6.0-macos net6.0-tvos net6.0-windows |
.NET Core | netcoreapp1.0 netcoreapp1.1 netcoreapp2.0 netcoreapp2.1 netcoreapp2.2 netcoreapp3.0 netcoreapp3.1 |
.NET Standard | netstandard1.1 netstandard1.2 netstandard1.3 netstandard1.4 netstandard1.5 netstandard1.6 netstandard2.0 netstandard2.1 |
.NET Framework | net45 net451 net452 net46 net461 net462 net463 net47 net471 net472 net48 |
MonoAndroid | monoandroid |
MonoMac | monomac |
MonoTouch | monotouch |
Tizen | tizen30 tizen40 tizen60 |
Universal Windows Platform | uap uap10.0 |
Windows Phone | wpa81 |
Windows Store | netcore netcore45 netcore451 |
Xamarin.iOS | xamarinios |
Xamarin.Mac | xamarinmac |
Xamarin.TVOS | xamarintvos |
Xamarin.WatchOS | xamarinwatchos |
-
- Newtonsoft.Json (>= 9.0.1)
- sqlite-net-pcl (>= 1.4.118)
NuGet packages (19)
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 |
|
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 当前包含支持的功能: * 数据存储 * 实时消息 * 统计 |
|
MillennialAppsLibrary
Shared library for private and pulic projects based on Xamarin Shared Projects |
GitHub repositories (2)
Showing the top 2 popular GitHub repositories that depend on SQLiteNetExtensions:
Repository | Stars |
---|---|
xamarin/monodroid-samples
A collection of Xamarin.Android sample projects.
|
|
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
|
Version | Downloads | Last updated |
---|---|---|
2.1.0 | 708,528 | 8/13/2018 |
2.0.0 | 255,286 | 12/1/2017 |
2.0.0-alpha2 | 41,783 | 10/4/2016 |
2.0.0-alpha1 | 3,684 | 8/13/2016 |
1.3.0 | 227,265 | 5/5/2015 |
1.2.5 | 6,954 | 3/4/2015 |
1.2.4 | 935 | 3/4/2015 |
1.2.3 | 6,005 | 2/3/2015 |
1.2.2 | 18,055 | 10/14/2014 |
1.2.1 | 1,247 | 10/7/2014 |
1.1.1 | 1,946 | 7/28/2014 |
1.1.0 | 1,618 | 7/18/2014 |
Added support for .Net Standard