SQLite.Net-PCL 2.4.0

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

// Install SQLite.Net-PCL as a Cake Tool
#tool nuget:?package=SQLite.Net-PCL&version=2.4.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.
To use this package you will need to install one of the platform packages or write your own implementation of ISQLitePlatform.
This package is compatible with the following .net platforms: net4+sl4+wp7+win8+monotouch+MonoAndroid

There are no supported framework assets in this package.

Learn more about Target Frameworks and .NET Standard.

This package has no dependencies.

NuGet packages

This package is not used by any NuGet packages.

GitHub repositories (6)

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

Repository Stars
conceptdev/xamarin-forms-samples
Samples that use Xamarin.Forms (http://xamarin.com/forms)
xiaoyaocz/biliuwp
bilibili uwp
sgermosen/TorneoPredicciones
Esta aplicacion de ejemplo tiene la finalidad de darle seguimiento a cualquier clase de torneo, y hacer predicciones al respecto, donde el ganador de la prediccion, se lleva el premio que hayan pautado los creadores del grupo
MapWindow/MapWindow5
MW5 is a desktop GIS which is extendable using the plug-in architecture. It is using the MapWinGIS mapping control and is created from scratch in 2015 using new technologies like MEF and Dependency Injection making it small in size, robust and fast.
conceptdev/xamarin-samples
Xamarin.iOS and Xamarin.Android samples (aka MonoTouch or Mono-for-Android)
Version Downloads Last updated
3.1.1 7,745 11/6/2015
3.1.0 838 11/5/2015
3.0.5 31,280 4/26/2015
3.0.4-beta 373 3/31/2015
3.0.3-beta 99 3/31/2015
3.0.2-beta 88 3/30/2015
3.0.1-beta 75 3/30/2015
3.0.0-beta 188 3/15/2015
2.5.1 15,442 2/1/2015
2.5.0 11,409 1/7/2015
2.4.1 11,564 10/4/2014
2.4.0 635 10/1/2014
2.3.0 12,815 5/21/2014
2.2.0 2,705 3/30/2014
2.1.0 1,839 2/9/2014
2.0.2 1,833 10/15/2013
2.0.1 143 10/13/2013
2.0.0 202 10/13/2013

v2.4.0: PCL projects now use profile 259.
Many changes, please see commit log.