SQLiteNetExtensions.Async
2.1.0
Install-Package SQLiteNetExtensions.Async -Version 2.1.0
dotnet add package SQLiteNetExtensions.Async --version 2.1.0
<PackageReference Include="SQLiteNetExtensions.Async" Version="2.1.0" />
paket add SQLiteNetExtensions.Async --version 2.1.0
#r "nuget: SQLiteNetExtensions.Async, 2.1.0"
// Install SQLiteNetExtensions.Async as a Cake Addin
#addin nuget:?package=SQLiteNetExtensions.Async&version=2.1.0
// Install SQLiteNetExtensions.Async as a Cake Tool
#tool nuget:?package=SQLiteNetExtensions.Async&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 |
-
- SQLiteNetExtensions (>= 2.0.0)
- sqlite-net-pcl (>= 1.4.118)
NuGet packages (7)
Showing the top 5 NuGet packages that depend on SQLiteNetExtensions.Async:
Package | Downloads |
---|---|
artm.fetcher
Helper for fetching and caching of data from the web |
|
Jarvis.Database.SQLite
Biblioteca para conexão com banco de dados SQLite. Donate: https://bit.ly/jarvis-donate |
|
CIC.IDatabase.SQLite
Implementation of IDatabase for SQLite PCL |
|
XamCore
Core Xamarin classes for rapid application development. |
|
XamCore.Android
Core Xamarin.Android classes for rapid application development. |
GitHub repositories (1)
Showing the top 1 popular GitHub repositories that depend on SQLiteNetExtensions.Async:
Repository | Stars |
---|---|
xamarin/ios-samples
Xamarin.iOS sample apps
|
Version | Downloads | Last updated |
---|---|---|
2.1.0 | 397,930 | 8/13/2018 |
2.0.0 | 42,906 | 12/1/2017 |
2.0.0-alpha2 | 25,535 | 10/4/2016 |
2.0.0-alpha1 | 1,356 | 8/13/2016 |
1.3.0 | 75,237 | 5/5/2015 |
1.2.4 | 3,284 | 3/4/2015 |
1.2.3 | 1,290 | 2/10/2015 |
Added support for .Net Standard