SQLitePCL 3.8.4.2

There is a newer version of this package available.
See the version list below for details.

Requires NuGet 2.5 or higher.

dotnet add package SQLitePCL --version 3.8.4.2
NuGet\Install-Package SQLitePCL -Version 3.8.4.2
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="SQLitePCL" Version="3.8.4.2" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add SQLitePCL --version 3.8.4.2
#r "nuget: SQLitePCL, 3.8.4.2"
#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 SQLitePCL as a Cake Addin
#addin nuget:?package=SQLitePCL&version=3.8.4.2

// Install SQLitePCL as a Cake Tool
#tool nuget:?package=SQLitePCL&version=3.8.4.2

Portable Class Library for SQLite

Product Compatible and additional computed target framework versions.
.NET Framework net45 is compatible.  net451 was computed.  net452 was computed.  net46 was computed.  net461 was computed.  net462 was computed.  net463 was computed.  net47 was computed.  net471 was computed.  net472 was computed.  net48 was computed.  net481 was computed. 
Universal Windows Platform uap was computed.  uap10.0 was computed. 
Windows Phone wp8 is compatible.  wp81 was computed. 
Windows Store netcore was computed.  netcore45 is compatible.  netcore451 was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

This package has no dependencies.

NuGet packages (11)

Showing the top 5 NuGet packages that depend on SQLitePCL:

Package Downloads
WindowsAzure.MobileServices.SQLiteStore

This client library enables client applications using Windows Azure Mobile Services to enable offline workflows using a backing SQLite Database. For more information, check out https://www.windowsazure.com/mobile. DEPRECATED: Azure Mobile Services is now deprecated in favor of Azure Mobile Apps. This library should not be used for new projects. To learn more, see: - https://azure.microsoft.com/en-us/documentation/articles/app-service-mobile-value-prop-migration-from-mobile-services/ - https://azure.microsoft.com/en-us/documentation/articles/app-service-mobile-net-upgrading-from-mobile-services/ - https://azure.microsoft.com/en-us/documentation/articles/app-service-mobile-client-and-server-versioning/

Ikotools.Windows

Description

Portable.Data.Sqlite

Portable cross-platform ADO-style SQLite library enabling table-record-level and table-column-level encryption. *Please see the project site for details about what this library does, and how to use it.*

EFC

Enterprise Foundation Classes

basement

Makes it easier work with Sqlite.

GitHub repositories (8)

Showing the top 5 popular GitHub repositories that depend on SQLitePCL:

Repository Stars
conceptdev/xamarin-forms-samples
Samples that use Xamarin.Forms (http://xamarin.com/forms)
Azure-Samples/MyDriving
Building IoT or Mobile solutions are fun and exciting. This year for Build, we wanted to show the amazing scenarios that can come together when these two are combined. So, we went and developed a sample application. MyDriving uses a wide range of Azure services to process and analyze car telemetry data for both real-time insights and long-term patterns and trends. The following features are supported in the current version of the mobile app.
xamarin/app-crm
xamarin/Sport
adrianhall/develop-mobile-apps-with-csharp-and-azure
The Book Contents - Develop Mobile Apps with C# and Azure
Version Downloads Last updated
3.8.7.2 420,822 12/12/2014
3.8.5.1 15,921 8/13/2014
3.8.5 15,527 6/20/2014
3.8.4.4 1,749 6/2/2014
3.8.4.3 2,482 4/28/2014
3.8.4.2 2,186 4/9/2014
3.8.3.2 2,348 3/28/2014
3.8.2 3,126 1/17/2014

•        Added ColumnCount and DataCount properties to ISQLiteStatement interface.
o   ColumnCount returns the number of columns a prepared statement should return.
o   DataCount lists the number of columns present in a result, while there are rows to return; if the statement hasn’t been executed yet or if it has already returned all the result rows, the property returns 0.
•        Added CreateFunction and CreateAggregate methods to the ISQLiteConnection interface.
o   CreateFunction lets you define a custom scalar SQL function to be used in SQL statements, using managed C# delegates.
o   CreateAggregate lets you define a custom aggregate SQL function to be used in SQL statements, using managed C# delegates.
•        Upgraded package to use the latest binaries from Sqlite.org, version 3.8.4.2