SQLiteNetExtensions.Async
2.0.0-alpha1
See the version list below for details.
dotnet add package SQLiteNetExtensions.Async --version 2.0.0-alpha1
NuGet\Install-Package SQLiteNetExtensions.Async -Version 2.0.0-alpha1
<PackageReference Include="SQLiteNetExtensions.Async" Version="2.0.0-alpha1" />
paket add SQLiteNetExtensions.Async --version 2.0.0-alpha1
#r "nuget: SQLiteNetExtensions.Async, 2.0.0-alpha1"
// Install SQLiteNetExtensions.Async as a Cake Addin #addin nuget:?package=SQLiteNetExtensions.Async&version=2.0.0-alpha1&prerelease // Install SQLiteNetExtensions.Async as a Cake Tool #tool nuget:?package=SQLiteNetExtensions.Async&version=2.0.0-alpha1&prerelease
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.
-
- SQLiteNetExtensions (>= 2.0.0-alpha1)
- sqlite-net-pcl (>= 1.1.2)
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 |
|
Jarvis.SQLite
Biblioteca de utilidades para SQLite. |
|
XamCore
Core Xamarin classes for rapid application development. |
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 | 767,738 | 8/13/2018 |
2.0.0 | 50,517 | 12/1/2017 |
2.0.0-alpha2 | 25,801 | 10/4/2016 |
2.0.0-alpha1 | 1,576 | 8/13/2016 |
1.3.0 | 82,900 | 5/5/2015 |
1.2.4 | 4,473 | 3/4/2015 |
1.2.3 | 1,628 | 2/10/2015 |
Changed underlying library from SQLite.Net PCL for better support on different platforms to Frank Kruegers sqlite-net-pcl