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
<PackageReference Include="SQLitePCL.raw_needy" Version="0.6.0" />
paket add SQLitePCL.raw_needy --version 0.6.0
#r "nuget: SQLitePCL.raw_needy, 0.6.0"
// 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 | Versions 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. |
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.
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.