SQLiteNetExtensions.Async 2.0.0-alpha1

This is a prerelease version of SQLiteNetExtensions.Async.
There is a newer version of this package available.
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
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="SQLiteNetExtensions.Async" Version="2.0.0-alpha1" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add SQLiteNetExtensions.Async --version 2.0.0-alpha1
#r "nuget: SQLiteNetExtensions.Async, 2.0.0-alpha1"
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
// 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.

There are no supported framework assets in this package.

Learn more about Target Frameworks and .NET Standard.

NuGet packages (8)

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 644,693 8/13/2018
2.0.0 48,476 12/1/2017
2.0.0-alpha2 25,740 10/4/2016
2.0.0-alpha1 1,532 8/13/2016
1.3.0 81,028 5/5/2015
1.2.4 4,265 3/4/2015
1.2.3 1,579 2/10/2015

Changed underlying library from SQLite.Net PCL for better support on different platforms to Frank Kruegers sqlite-net-pcl