![]() |
VOOZH | about |
Requires NuGet 2.8.1 or higher.
dotnet add package SQLitePCL.plugin.sqlite3.android --version 0.9.4-pre2
NuGet\Install-Package SQLitePCL.plugin.sqlite3.android -Version 0.9.4-pre2
<PackageReference Include="SQLitePCL.plugin.sqlite3.android" Version="0.9.4-pre2" />
<PackageVersion Include="SQLitePCL.plugin.sqlite3.android" Version="0.9.4-pre2" />Directory.Packages.props
<PackageReference Include="SQLitePCL.plugin.sqlite3.android" />Project file
paket add SQLitePCL.plugin.sqlite3.android --version 0.9.4-pre2
#r "nuget: SQLitePCL.plugin.sqlite3.android, 0.9.4-pre2"
#:package SQLitePCL.plugin.sqlite3.android@0.9.4-pre2
#addin nuget:?package=SQLitePCL.plugin.sqlite3.android&version=0.9.4-pre2&prereleaseInstall as a Cake Addin
#tool nuget:?package=SQLitePCL.plugin.sqlite3.android&version=0.9.4-pre2&prereleaseInstall as a Cake Tool
A SQLitePCL.raw plugin can be used to instruct SQLitePCL.raw to reference a different implementation of the native SQLite library than it normally would use. Install this package in your app project and call SQLitePCL.raw.SetProvider(new SQLitePCL.SQLite3Provider_esqlite3());
| Product | Versions Compatible and additional computed target framework versions. |
|---|---|
| .NET | net6.0-android net6.0-android was computed. net7.0-android net7.0-android was computed. net8.0-android net8.0-android was computed. net9.0-android net9.0-android was computed. net10.0-android net10.0-android was computed. |
| MonoAndroid | monoandroid monoandroid is compatible. |
This package has no dependencies.
Showing the top 1 NuGet packages that depend on SQLitePCL.plugin.sqlite3.android:
| Package | Downloads |
|---|---|
|
Notakey.Xamarin.Sdk
Notakey Xamarin Sdk for Xamarin iOS and Android mobile application development |
This package is not used by any popular GitHub repositories.
| Version | Downloads | Last Updated |
|---|
NOTE that 0.9 is a major restructuring of the NuGet packages, and in some cases, upgrading from previous versions will require changes. The main package (SQLitePCL.raw) no longer has native code embedded in it. For situations where you do not want to use the default SQLite for your platform, add one of the SQLitePCL.plugin.* packages. See the SQLitePCL.raw page on GitHub for more info.