SQLitePCL.plugin.sqlite3.net45
0.9.2
See the version list below for details.
Requires NuGet 2.8.1 or higher.
dotnet add package SQLitePCL.plugin.sqlite3.net45 --version 0.9.2
NuGet\Install-Package SQLitePCL.plugin.sqlite3.net45 -Version 0.9.2
<PackageReference Include="SQLitePCL.plugin.sqlite3.net45" Version="0.9.2" />
paket add SQLitePCL.plugin.sqlite3.net45 --version 0.9.2
#r "nuget: SQLitePCL.plugin.sqlite3.net45, 0.9.2"
// Install SQLitePCL.plugin.sqlite3.net45 as a Cake Addin #addin nuget:?package=SQLitePCL.plugin.sqlite3.net45&version=0.9.2 // Install SQLitePCL.plugin.sqlite3.net45 as a Cake Tool #tool nuget:?package=SQLitePCL.plugin.sqlite3.net45&version=0.9.2
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 SQLitePCL.raw.SetProvider(new SQLitePCL.SQLite3Provider_esqlite3()); This particular plugin package contains no native code, so you will also need to add one of the SQLitePCL.native.* packages.
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.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. |
This package has no dependencies.
NuGet packages (1)
Showing the top 1 NuGet packages that depend on SQLitePCL.plugin.sqlite3.net45:
Package | Downloads |
---|---|
Couchbase.Lite.Storage.SystemSQLite
A storage engine provider for Couchbase Lite .NET that utilizies the system-installed SQLite library |
GitHub repositories (2)
Showing the top 2 popular GitHub repositories that depend on SQLitePCL.plugin.sqlite3.net45:
Repository | Stars |
---|---|
digimezzo/knowte-windows
Note taking
|
|
Disa-im/DisaOpenSource
A platform for Disa's unified messenger
|
Version | Downloads | Last updated |
---|---|---|
0.9.4-pre1 | 3,188 | 8/8/2016 |
0.9.2 | 29,638 | 6/17/2016 |
0.9.2-pre1 | 877 | 6/17/2016 |
0.9.1 | 19,318 | 6/10/2016 |
0.9.0 | 1,150 | 6/6/2016 |
0.9.0-pre8 | 852 | 5/9/2016 |
0.9.0-pre7 | 1,004 | 4/18/2016 |
NOTE that 0.9 is a major restructuring of the NuGet packages, and in some cases, upgrading from previous versions will require changes. The 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. See the SQLitePCL.raw page on GitHub for more info.