SQLitePCL 3.8.4.2
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
<PackageReference Include="SQLitePCL" Version="3.8.4.2" />
paket add SQLitePCL --version 3.8.4.2
#r "nuget: SQLitePCL, 3.8.4.2"
// 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 | Versions 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. |
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
|
• 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