SQLitePCL.raw_needy 0.6.0

Requires NuGet 2.5 or higher.

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

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

This NuGet package for SQLitePCL.raw is 'needy' in the sense that it does not contain the SQLite library itself.  To use this package, you need the actual SQLite library to be provided in some other way.

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 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 wpa81 is compatible. 
Windows Store netcore was computed.  netcore45 is compatible.  netcore451 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.

NuGet packages

This package is not used by any NuGet packages.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
0.6.0 2,219 9/16/2014
0.5.0 5,847 8/1/2014

Update to SQLite 3.8.6.  Tweak PCL profile strings for better compatibility with Xamarin.  Add overloads for sqlite3_blob_read/write allowing an offset into the byte array to be specified.  Comment in sqlite3 intptr dispose to explain why sqlite3_close_v2 isn't used.