SQLite.Net-PCL 2.2.0

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-PCL --version 2.2.0
NuGet\Install-Package SQLite.Net-PCL -Version 2.2.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.2.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.2.0
#r "nuget: SQLite.Net-PCL, 2.2.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.2.0

// Install SQLite.Net-PCL as a Cake Tool
#tool nuget:?package=SQLite.Net-PCL&version=2.2.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 (27)

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

Package Downloads
SQLite.Net.Platform.XamarinAndroidN

This package is intended to allow the SQLite.Net-PCL Nuget package from Øystein Krog, to be still functionnal with "Android N" with a modified Android Platform provider, since there is no update from this package at the moment. Just replace all your "SQLitePlatformAndroid" objects with "SQLitePlatformAndroidN" instead, and don't forget to reference the latest Mono.Data.Sqlite in your Android project, as this is mandatory in order to use the packaged implementation libsqlite3_xamarin.so by Xamarin. See https://developer.xamarin.com/releases/android/xamarin.android_6/xamarin.android_6.1/#mono-data-sqlite for more info. Xamarin.Android 6.1.0 minimum is required.

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.

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.

Nine.Storage.Client

A key value pair storage to run on a client device

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 1,009,755 11/6/2015
3.1.0 50,484 11/5/2015
3.0.5 186,848 4/26/2015
3.0.4-beta 3,314 3/31/2015
3.0.3-beta 3,027 3/31/2015
3.0.2-beta 2,917 3/30/2015
3.0.1-beta 2,942 3/30/2015
3.0.0-beta 3,034 3/15/2015
2.5.1 66,902 2/1/2015
2.5.0 19,176 1/7/2015
2.4.1 27,632 10/4/2014
2.4.0 3,809 10/1/2014
2.3.0 109,870 5/21/2014
2.2.0 6,817 3/30/2014
2.1.0 5,417 2/9/2014
2.0.2 5,249 10/15/2013
2.0.1 3,422 10/13/2013
2.0.0 10,657 10/13/2013

v2.2.0: Synchronize against upstream (Add support for ToUpper, TimeSpan etc).
Add trace listener abstraction (thanks @kentcb).
Add support for custom Blob serializer (thanks @sami1971).