SQLitePCLRaw.lib.e_sqlite3.android 2.1.11-pre20241216174303

Prefix Reserved
This is a prerelease version of SQLitePCLRaw.lib.e_sqlite3.android.
There is a newer version of this package available.
See the version list below for details.
dotnet add package SQLitePCLRaw.lib.e_sqlite3.android --version 2.1.11-pre20241216174303
                    
NuGet\Install-Package SQLitePCLRaw.lib.e_sqlite3.android -Version 2.1.11-pre20241216174303
                    
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="SQLitePCLRaw.lib.e_sqlite3.android" Version="2.1.11-pre20241216174303" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="SQLitePCLRaw.lib.e_sqlite3.android" Version="2.1.11-pre20241216174303" />
                    
Directory.Packages.props
<PackageReference Include="SQLitePCLRaw.lib.e_sqlite3.android" />
                    
Project file
For projects that support Central Package Management (CPM), copy this XML node into the solution Directory.Packages.props file to version the package.
paket add SQLitePCLRaw.lib.e_sqlite3.android --version 2.1.11-pre20241216174303
                    
#r "nuget: SQLitePCLRaw.lib.e_sqlite3.android, 2.1.11-pre20241216174303"
                    
#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.
#addin nuget:?package=SQLitePCLRaw.lib.e_sqlite3.android&version=2.1.11-pre20241216174303&prerelease
                    
Install as a Cake Addin
#tool nuget:?package=SQLitePCLRaw.lib.e_sqlite3.android&version=2.1.11-pre20241216174303&prerelease
                    
Install as a Cake Tool

This package contains platform-specific native code builds of SQLite for use with SQLitePCLRaw.  To use this, you need SQLitePCLRaw.core as well as one of the SQLitePCLRaw.provider.* packages.  Convenience packages are named SQLitePCLRaw.bundle_*.

Product Compatible and additional computed target framework versions.
.NET net5.0 was computed.  net5.0-windows was computed.  net6.0 was computed.  net6.0-android was computed.  net6.0-android31.0 is compatible.  net6.0-ios was computed.  net6.0-maccatalyst was computed.  net6.0-macos was computed.  net6.0-tvos was computed.  net6.0-windows was computed.  net7.0 was computed.  net7.0-android was computed.  net7.0-ios was computed.  net7.0-maccatalyst was computed.  net7.0-macos was computed.  net7.0-tvos was computed.  net7.0-windows was computed.  net8.0 was computed.  net8.0-android was computed.  net8.0-browser was computed.  net8.0-ios was computed.  net8.0-maccatalyst was computed.  net8.0-macos was computed.  net8.0-tvos was computed.  net8.0-windows was computed.  net9.0 was computed.  net9.0-android was computed.  net9.0-browser was computed.  net9.0-ios was computed.  net9.0-maccatalyst was computed.  net9.0-macos was computed.  net9.0-tvos was computed.  net9.0-windows was computed.  net10.0 was computed.  net10.0-android was computed.  net10.0-browser was computed.  net10.0-ios was computed.  net10.0-maccatalyst was computed.  net10.0-macos was computed.  net10.0-tvos was computed.  net10.0-windows was computed. 
.NET Core netcoreapp2.0 was computed.  netcoreapp2.1 was computed.  netcoreapp2.2 was computed.  netcoreapp3.0 was computed.  netcoreapp3.1 was computed. 
.NET Standard netstandard2.0 is compatible.  netstandard2.1 was computed. 
.NET Framework net461 was computed.  net462 was computed.  net463 was computed.  net47 was computed.  net471 was computed.  net472 was computed.  net48 was computed.  net481 was computed. 
MonoAndroid monoandroid was computed.  monoandroid90 is compatible. 
MonoMac monomac was computed. 
MonoTouch monotouch was computed. 
Tizen tizen40 was computed.  tizen60 was computed. 
Xamarin.iOS xamarinios was computed. 
Xamarin.Mac xamarinmac was computed. 
Xamarin.TVOS xamarintvos was computed. 
Xamarin.WatchOS xamarinwatchos was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.
  • .NETStandard 2.0

    • No dependencies.
  • MonoAndroid 9.0

    • No dependencies.
  • net6.0-android31.0

    • No dependencies.

NuGet packages (16)

Showing the top 5 NuGet packages that depend on SQLitePCLRaw.lib.e_sqlite3.android:

Package Downloads
SQLitePCLRaw.bundle_e_sqlite3

This 'batteries-included' bundle brings in SQLitePCLRaw.core and the necessary stuff for certain common use cases. Call SQLitePCL.Batteries.Init(). Policy of this bundle: e_sqlite3 included

SQLitePCLRaw.bundle_green

This 'batteries-included' bundle brings in SQLitePCLRaw.core and the necessary stuff for certain common use cases. Call SQLitePCL.Batteries.Init(). Policy of this bundle: iOS=system SQLite, others=e_sqlite3 included. Note that this bundle is identical to bundle_e_sqlite3, except on iOS where it uses the system SQLite library instead of e_sqlite3. In other words, when you use this bundle in a cross-platform app, your app is not using the same SQLite build configuration on all platforms.

Zumero

Zumero for SQL Server (ZSS) is a product which synchronizes SQL Server data with SQLite on mobile devices. This package contains the ZSS client libraries in the form of a Portable Class Library (PCL).

CryptoSQLite.ORM

ORM for SQLite with data encryption. Supported Xamarin platforms: - Android - iOS 1. Just add [CryptoTable("TableName")] attribute to your class definition (Table) and [Encrypted] attribute to properties in your class that you want to be stored in a database file in encrypted view. 2. Generate your own personal encryption key, and pass it to CryptoSQLite library. 3. CryptoSQLite will encrypt all properties that have '[Encrypted]' attribute automatically when you are adding (updating) elements to your Table and decrypt all [Encrypted] properties when you are getting elements from a Table in the database file. Last updates: In 3.0.2 version .NET Standard compatibility added and fixed minor issues

Fluker

This package contains common classes and interfaces that are used in other Fluker controls.

GitHub repositories (2)

Showing the top 2 popular GitHub repositories that depend on SQLitePCLRaw.lib.e_sqlite3.android:

Repository Stars
xamarin/xamarin-forms-samples
Sample apps built using the Xamarin.Forms framework
mono/Embeddinator-4000
Tools to turn .NET libraries into native libraries that can be consumed on Android, iOS, Mac, Linux and other platforms.
Version Downloads Last Updated
2.1.11 75,897 3/7/2025
2.1.11-pre20241216174303 2,984 12/16/2024
2.1.10 352,604 9/11/2024
2.1.10-pre20240828193256 2,546 8/28/2024
2.1.9 137,945 8/7/2024
2.1.8 354,053 2/5/2024
2.1.7 151,965 11/22/2023
2.1.7-pre20231117161811 504 11/17/2023
2.1.7-pre20231110210158 921 11/10/2023
2.1.6 424,063 8/23/2023
2.1.6-pre20230809203314 2,201 8/9/2023
2.1.5 361,062 5/19/2023
2.1.5-pre20230516213315 531 5/16/2023
2.1.4 337,164 1/10/2023
2.1.4-pre20230105221937 620 1/5/2023
2.1.3 39,938 12/1/2022
2.1.3-pre20221111222311 1,036 11/11/2022
2.1.2 783,400 9/18/2022
2.1.2-pre20220916165053 583 9/16/2022
2.1.2-pre20220913165057 623 9/13/2022
2.1.1 8,653 9/2/2022
2.1.1-pre20220822172036 710 8/22/2022
2.1.0 199,246 5/23/2022
2.1.0-pre20220427180151 10,767 4/27/2022
2.1.0-pre20220318192836 23,191 3/18/2022
2.1.0-pre20220207221914 11,438 2/7/2022
2.1.0-pre20220207195309 589 2/7/2022
2.0.8-pre20220111224339 1,597 1/11/2022
2.0.7 135,168 10/27/2021
2.0.7-pre20210929171745 1,184 9/29/2021
2.0.6 107,791 9/3/2021
2.0.6-pre20210902144138 644 9/2/2021
2.0.5 2,322 8/26/2021
2.0.5-pre20210824155535 638 8/24/2021
2.0.5-pre20210824155428 622 8/24/2021
2.0.5-pre20210817120427 650 8/17/2021
2.0.5-pre20210521085756 1,098 5/21/2021
2.0.5-pre20210119130047 1,543 1/19/2021
2.0.5-pre20201231105030 854 12/31/2020
2.0.4 2,001,150 9/3/2020
2.0.4-pre20200828111558 824 8/28/2020
2.0.3 1,699,028 5/1/2020
2.0.2 381,810 11/1/2019
2.0.2-pre20191018090318 1,073 10/18/2019
2.0.2-pre20191003102319 1,586 10/3/2019
2.0.2-pre20190904113843 973 9/4/2019
2.0.1 48,379 9/3/2019
2.0.0 26,808 8/5/2019
2.0.0-pre20190628101813 1,127 6/28/2019
2.0.0-pre20190625090255 959 6/25/2019
2.0.0-pre20190621100518 925 6/21/2019
2.0.0-pre20190620134904 952 6/20/2019
1.1.14 221,096 6/5/2019
1.1.13 963,449 1/24/2019
1.1.12 209,347 12/19/2018
1.1.11 1,031,032 5/2/2018
1.1.10 51,545 3/28/2018
1.1.10-pre20180223200113 1,914 2/24/2018
1.1.9 163,026 11/13/2017
1.1.8 293,924 8/3/2017
1.1.7 96,201 6/28/2017
1.1.6 10,520 6/19/2017
1.1.5 1,178,596 5/1/2017
1.1.4 2,546 4/29/2017
1.1.3 18,216 4/19/2017
1.1.3-pre20170220084037 3,411 2/20/2017
1.1.2 320,565 1/4/2017
1.1.1 22,428 11/30/2016
1.1.1-pre20161109081005 1,889 11/9/2016
1.1.0 366,953 10/3/2016
1.1.0-pre20160928150051 1,457 9/28/2016
1.0.1 57,782 9/20/2016
1.0.0 26,505 9/15/2016
1.0.0-pre20160912104037 1,424 9/12/2016
1.0.0-pre20160901085507 1,664 9/1/2016