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.

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.0.5 6,862 4/26/2015
3.0.4-beta 187 3/31/2015
3.0.3-beta 43 3/31/2015
3.0.2-beta 34 3/30/2015
3.0.1-beta 34 3/30/2015
3.0.0-beta 96 3/15/2015
2.5.1 6,420 2/1/2015
2.5.0 2,046 1/7/2015
2.4.1 4,247 10/4/2014
2.4.0 219 10/1/2014
2.3.0 4,343 5/21/2014
2.2.0 481 3/30/2014
2.1.0 82 2/26/2014
2.0.2 102 10/15/2013
2.0.1 65 10/13/2013
2.0.0 80 10/13/2013

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