SQLiteNetExtensions.Async
1.2.4
See the version list below for details.
dotnet add package SQLiteNetExtensions.Async --version 1.2.4
NuGet\Install-Package SQLiteNetExtensions.Async -Version 1.2.4
<PackageReference Include="SQLiteNetExtensions.Async" Version="1.2.4" />
<PackageVersion Include="SQLiteNetExtensions.Async" Version="1.2.4" />
<PackageReference Include="SQLiteNetExtensions.Async" />
paket add SQLiteNetExtensions.Async --version 1.2.4
#r "nuget: SQLiteNetExtensions.Async, 1.2.4"
#:package SQLiteNetExtensions.Async@1.2.4
#addin nuget:?package=SQLiteNetExtensions.Async&version=1.2.4
#tool nuget:?package=SQLiteNetExtensions.Async&version=1.2.4
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.
-
- SQLite.Net.Async-PCL (>= 2.5.1)
- SQLiteNetExtensions (>= 1.2.3)
NuGet packages (9)
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 |
|
|
Twotwo.CommonTools
Package Description |
|
|
Jarvis.SQLite
Biblioteca de utilidades para SQLite. |
GitHub repositories (2)
Showing the top 2 popular GitHub repositories that depend on SQLiteNetExtensions.Async:
| Repository | Stars |
|---|---|
|
xamarin/ios-samples
Xamarin.iOS sample apps
|
|
|
imurvai/brickcontroller2
Cross platform application for controlling Lego creations using a bluetooth gamepad.
|
| Version | Downloads | Last Updated |
|---|---|---|
| 2.1.0 | 1,069,721 | 8/13/2018 |
| 2.0.0 | 53,087 | 12/1/2017 |
| 2.0.0-alpha2 | 26,272 | 10/4/2016 |
| 2.0.0-alpha1 | 2,320 | 8/13/2016 |
| 1.3.0 | 84,524 | 5/5/2015 |
| 1.2.4 | 5,082 | 3/4/2015 |
| 1.2.3 | 2,068 | 2/10/2015 |
- Added PDB symbols to NuGet package (pull request #9).
- Used ConfigureAwait(false) to prevent deadlock when calling Task.Result (pull request #11)