SQLitePCL.raw 0.8.0

Requires NuGet 2.8.1 or higher.

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

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

SQLitePCL.raw is a Portable Class Library (PCL) for low-level (raw) access to SQLite.  This package does not provide an API which is friendly to app developers.  Rather, it provides an API which handles platform and configuration issues, upon which a friendlier API can be built.  (Note that with the 0.8.0 release, the package ID is changing from 'SQLitePCL.raw_basic' to 'SQLitePCL.raw'.  For now, the package exists under both IDs and they are identical.  Eventually the old ID may stop getting updates.)

Product Compatible and additional computed target framework versions.
.NET net6.0-android was computed.  net7.0-android was computed.  net8.0-android was computed. 
.NET Framework net40 is compatible.  net403 was computed.  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. 
MonoAndroid monoandroid is compatible. 
MonoTouch monotouch is compatible. 
Universal Windows Platform uap was computed.  uap10.0 was computed. 
Windows Phone wp8 is compatible.  wp81 is compatible.  wpa81 is compatible. 
Windows Store netcore was computed.  netcore45 is compatible.  netcore451 is compatible. 
Xamarin.iOS xamarinios10 is compatible. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

This package has no dependencies.

GitHub repositories (7)

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

Repository Stars
xamarin/xamarin-forms-samples
Sample apps built using the Xamarin.Forms framework
xamarin/mobile-samples
xamarin/Xamarin.Auth
Xamarin.Auth
digimezzo/knowte-windows
Note taking
Disa-im/DisaOpenSource
A platform for Disa's unified messenger
Version Downloads Last updated
0.8.0 1,294 4/10/2015
0.8.0-pre3 38 4/2/2015
0.8.0-pre2 32 4/2/2015
0.8.0-pre1 45 3/16/2015
0.7.2-pre1 78 1/29/2015

Fix several problems with hook functions and multiple SQLite connections and threads.  Add support for .NET 4.0.  Added msbuild-controlled option to use a bundled SQLite3 library for non-Windows platforms.  Started transition toward removing _basic from the nuget pkg id, resulting in one version of the SQLitePCL.raw pkg to cover all use cases.