SQLite.Net.Async-PCL 2.0.1

Suggested Alternatives

sqlite-net-pcl

There is a newer version of this package available.
See the version list below for details.
dotnet add package SQLite.Net.Async-PCL --version 2.0.1
NuGet\Install-Package SQLite.Net.Async-PCL -Version 2.0.1
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="SQLite.Net.Async-PCL" Version="2.0.1" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add SQLite.Net.Async-PCL --version 2.0.1
#r "nuget: SQLite.Net.Async-PCL, 2.0.1"
#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 SQLite.Net.Async-PCL as a Cake Addin
#addin nuget:?package=SQLite.Net.Async-PCL&version=2.0.1

// Install SQLite.Net.Async-PCL as a Cake Tool
#tool nuget:?package=SQLite.Net.Async-PCL&version=2.0.1

SQLite.Net PCL is an open source, minimal library to allow .NET and Mono applications to store data in SQLite databases. It is written in C# 3.0 and is meant to be simply compiled in with your projects. It was first designed to work with MonoTouch on the iPhone, but should work in any other CLI environment.

There are no supported framework assets in this package.

Learn more about Target Frameworks and .NET Standard.

NuGet packages (13)

Showing the top 5 NuGet packages that depend on SQLite.Net.Async-PCL:

Package Downloads
AppCreator

Open-source base project for my Xamarin.Forms based AppCreator

Kinvey-Android

Build Xamarin Android apps which leverage the power of Kinvey's BaaS, with support for push notifications, users, data, and files, with caching and offline. Check out http://devcenter.kinvey.com/xamarin for guides, tutorials, and sample apps.

XLabs.Caching.SQLite

This package implements the caching provider via SQLite

Kinvey-ios

Build Xamarin iOS apps which leverage the power of Kinvey's BaaS, with support for push notifications, users, data, and files, with caching and offline. Check out http://devcenter.kinvey.com/xamarin for guides, tutorials, and sample apps.

Catapush

Catapush is a simple, reliable and scalable delivery API for transactional push notifications for applications. Ideal for sending data-driven transactional notifications including targeted e-commerce

GitHub repositories (1)

Showing the top 1 popular GitHub repositories that depend on SQLite.Net.Async-PCL:

Repository Stars
sami1971/SimplyMobile
Collection of abstracted mobile functionalities. Xamarin.iOS, Xamarin.Android & WP8.
Version Downloads Last updated
3.1.1 493,108 11/6/2015
3.1.0 22,870 11/5/2015
3.0.5 92,403 4/26/2015
3.0.4-beta 1,304 3/31/2015
3.0.3-beta 1,063 3/31/2015
3.0.2-beta 1,059 3/30/2015
3.0.1-beta 1,053 3/30/2015
3.0.0-beta 1,156 3/15/2015
2.5.1 30,925 2/1/2015
2.5.0 6,575 1/7/2015
2.4.1 7,711 10/4/2014
2.4.0 1,512 10/1/2014
2.3.0 8,896 5/21/2014
2.2.0 3,352 3/30/2014
2.1.0 1,838 2/26/2014
2.0.2 2,383 10/15/2013
2.0.1 1,447 10/13/2013
2.0.0 4,652 10/13/2013

v2.0.0: Initial release of new PCL version.
v1.0.7: Update with commits through 06-FEB-2013.