SQLitePCLRaw.provider.sqlite3 2.1.8

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

// Install SQLitePCLRaw.provider.sqlite3 as a Cake Tool
#tool nuget:?package=SQLitePCLRaw.provider.sqlite3&version=2.1.8                

SQLitePCL.raw is a Portable Class Library (PCL) for low-level (raw) access to SQLite.  Packages named 'SQLitePCLRaw.provider.*' (like this one) are 'plugins' that allow SQLitePCLRaw.core to access the native SQLite library.  This provider does DllImport of 'sqlite3', to reference the 'system' SQLite.  One common use for this provider is to access the SQLite library provided with iOS.

Product Compatible and additional computed target framework versions.
.NET net5.0 was computed.  net5.0-windows was computed.  net6.0 is compatible.  net6.0-android was computed.  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.  net6.0-windows7.0 is compatible.  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. 
.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. 
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.

NuGet packages (11)

Showing the top 5 NuGet packages that depend on SQLitePCLRaw.provider.sqlite3:

Package Downloads
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.

SQLitePCLRaw.bundle_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: always just DLLImport(sqlite3), aka, the 'system SQLite'

Fluker

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

Uno.SQLitePCLRaw.provider.wasm

This package is an SQLitePCLRaw.core provider for WebAssembly

MetaFrm.SQLite.SQLiteHelper.net6.0

Meta Framework (Multi platform & Meta management)

GitHub repositories (4)

Showing the top 4 popular GitHub repositories that depend on SQLitePCLRaw.provider.sqlite3:

Repository Stars
simpleidserver/SimpleIdServer
OpenID, OAuth 2.0, SCIM2.0, UMA2.0, FAPI, CIBA & OPENBANKING Framework for ASP.NET Core
VladislavAntonyuk/MauiSamples
.NET MAUI Samples
space-wizards/RobustToolbox
Robust multiplayer game engine, used by Space Station 14
unoplatform/Uno.Samples
A collection of code samples for the Uno Platform
Version Downloads Last updated
2.1.8 121,807 2/5/2024
2.1.7 89,044 11/22/2023
2.1.7-pre20231117161811 282 11/17/2023
2.1.7-pre20231110210158 826 11/10/2023
2.1.6 185,983 8/23/2023
2.1.6-pre20230809203314 1,179 8/9/2023
2.1.5 116,228 5/19/2023
2.1.5-pre20230516213315 216 5/16/2023
2.1.4 153,434 1/10/2023
2.1.4-pre20230105221937 300 1/5/2023
2.1.3 39,008 12/1/2022
2.1.3-pre20221111222311 494 11/11/2022
2.1.2 259,462 9/18/2022
2.1.2-pre20220916165053 256 9/16/2022
2.1.2-pre20220913165057 344 9/13/2022
2.1.1 8,157 9/2/2022
2.1.1-pre20220822172036 432 8/22/2022
2.1.0 96,869 5/23/2022
2.1.0-pre20220427180151 8,227 4/27/2022
2.1.0-pre20220318192836 19,123 3/18/2022
2.1.0-pre20220207221914 8,605 2/7/2022
2.1.0-pre20220207195309 270 2/7/2022
2.0.8-pre20220111224339 562 1/11/2022
2.0.7 67,505 10/27/2021
2.0.7-pre20210929171745 357 9/29/2021
2.0.6 31,618 9/3/2021
2.0.6-pre20210902144138 328 9/2/2021
2.0.5 2,793 8/26/2021
2.0.5-pre20210824155535 305 8/24/2021
2.0.5-pre20210824155428 305 8/24/2021
2.0.5-pre20210817120427 435 8/17/2021
2.0.5-pre20210521085756 4,048 5/21/2021
2.0.5-pre20210119130047 1,232 1/19/2021
2.0.5-pre20201231105030 1,746 12/31/2020
2.0.4 50,957 9/3/2020
2.0.4-pre20200828111558 426 8/28/2020
2.0.3 11,387 5/1/2020