SQLite.Net.Async-PCL
2.1.0
See the version list below for details.
dotnet add package SQLite.Net.Async-PCL --version 2.1.0
NuGet\Install-Package SQLite.Net.Async-PCL -Version 2.1.0
<PackageReference Include="SQLite.Net.Async-PCL" Version="2.1.0" />
<PackageVersion Include="SQLite.Net.Async-PCL" Version="2.1.0" />
<PackageReference Include="SQLite.Net.Async-PCL" />
paket add SQLite.Net.Async-PCL --version 2.1.0
#r "nuget: SQLite.Net.Async-PCL, 2.1.0"
#:package SQLite.Net.Async-PCL@2.1.0
#addin nuget:?package=SQLite.Net.Async-PCL&version=2.1.0
#tool nuget:?package=SQLite.Net.Async-PCL&version=2.1.0
SQLite.Net PCL is an open source, minimal library to allow .NET and Mono applications to store data in SQLite databases.
This is a fork of the original sqlite-net project, which aims to cleanup/improve the code and deliver the package as PCL assemblies with some additional platform-specific implementations.
This package is compatible with the following .net platforms: net4+sl5+wp8+win8+monotouch+monoAndroid
Learn more about Target Frameworks and .NET Standard.
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.
| Version | Downloads | Last Updated |
|---|---|---|
| 3.1.1 | 2,924 | 11/6/2015 |
| 3.1.0 | 341 | 11/5/2015 |
| 3.0.5 | 12,531 | 4/26/2015 |
| 3.0.4-beta | 239 | 3/31/2015 |
| 3.0.3-beta | 77 | 3/31/2015 |
| 3.0.2-beta | 70 | 3/30/2015 |
| 3.0.1-beta | 69 | 3/30/2015 |
| 3.0.0-beta | 136 | 3/15/2015 |
| 2.5.1 | 6,925 | 2/1/2015 |
| 2.5.0 | 4,049 | 1/7/2015 |
| 2.4.1 | 4,385 | 10/4/2014 |
| 2.4.0 | 258 | 10/1/2014 |
| 2.3.0 | 5,220 | 5/21/2014 |
| 2.2.0 | 1,371 | 3/30/2014 |
| 2.1.0 | 422 | 2/26/2014 |
| 2.0.2 | 916 | 10/15/2013 |
| 2.0.1 | 141 | 10/13/2013 |
| 2.0.0 | 163 | 10/13/2013 |
v2.1.0: Fixes to SQLiteAsyncConnection and added WindowsPhone8 platform project/nuget.
v2.0.0: Initial release of new PCL version.
v1.0.7: Update with commits through 06-FEB-2013.