SQLite.Net.Async-PCL 2.0.0

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.0
NuGet\Install-Package SQLite.Net.Async-PCL -Version 2.0.0
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.0" />
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.0
#r "nuget: SQLite.Net.Async-PCL, 2.0.0"
#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.0

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

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

This package is not used by any NuGet packages.

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 2,912 11/6/2015
3.1.0 340 11/5/2015
3.0.5 12,527 4/26/2015
3.0.4-beta 237 3/31/2015
3.0.3-beta 75 3/31/2015
3.0.2-beta 69 3/30/2015
3.0.1-beta 67 3/30/2015
3.0.0-beta 135 3/15/2015
2.5.1 6,924 2/1/2015
2.5.0 4,047 1/7/2015
2.4.1 4,383 10/4/2014
2.4.0 254 10/1/2014
2.3.0 5,218 5/21/2014
2.2.0 1,368 3/30/2014
2.1.0 416 2/26/2014
2.0.2 910 10/15/2013
2.0.1 132 10/13/2013
2.0.0 159 10/13/2013

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