SQLitePCL.plugin.sqlite3.net40
0.9.0
See the version list below for details.
Requires NuGet 2.8.1 or higher.
dotnet add package SQLitePCL.plugin.sqlite3.net40 --version 0.9.0
NuGet\Install-Package SQLitePCL.plugin.sqlite3.net40 -Version 0.9.0
<PackageReference Include="SQLitePCL.plugin.sqlite3.net40" Version="0.9.0" />
paket add SQLitePCL.plugin.sqlite3.net40 --version 0.9.0
#r "nuget: SQLitePCL.plugin.sqlite3.net40, 0.9.0"
// Install SQLitePCL.plugin.sqlite3.net40 as a Cake Addin #addin nuget:?package=SQLitePCL.plugin.sqlite3.net40&version=0.9.0 // Install SQLitePCL.plugin.sqlite3.net40 as a Cake Tool #tool nuget:?package=SQLitePCL.plugin.sqlite3.net40&version=0.9.0
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 SQLite3Plugin.Init(). This particular plugin package contains no native code, so you will need to add one of the SQLitePCL.native.* packages.
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET Framework | net40 is compatible. net403 was computed. net45 was computed. 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. |
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.9.4-pre1 | 2,360 | 8/8/2016 |
0.9.2 | 1,162 | 6/17/2016 |
0.9.2-pre1 | 885 | 6/17/2016 |
0.9.1 | 1,238 | 6/10/2016 |
0.9.0 | 984 | 6/6/2016 |
0.9.0-pre8 | 815 | 5/9/2016 |
0.9.0-pre7 | 862 | 4/18/2016 |
Major restructuring of the NuGet packages. 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. In some cases, upgrading from previous versions will require changes. See the SQLitePCL.raw page on GitHub for more info.