SQLitePCLRaw.provider.winsqlite3
2.1.4
dotnet add package SQLitePCLRaw.provider.winsqlite3 --version 2.1.4
NuGet\Install-Package SQLitePCLRaw.provider.winsqlite3 -Version 2.1.4
<PackageReference Include="SQLitePCLRaw.provider.winsqlite3" Version="2.1.4" />
paket add SQLitePCLRaw.provider.winsqlite3 --version 2.1.4
#r "nuget: SQLitePCLRaw.provider.winsqlite3, 2.1.4"
// Install SQLitePCLRaw.provider.winsqlite3 as a Cake Addin
#addin nuget:?package=SQLitePCLRaw.provider.winsqlite3&version=2.1.4
// Install SQLitePCLRaw.provider.winsqlite3 as a Cake Tool
#tool nuget:?package=SQLitePCLRaw.provider.winsqlite3&version=2.1.4
SQLitePCL.raw is a Portable Class Library (PCL) for low-level (raw) access to SQLite. Packages named 'SQLitePCLRaw.provider.*' (like this one) are 'plugins' that allow SQLitePCLRaw.core to access the native SQLite library. This provider does DllImport of 'winsqlite3', the SQLite libary provided with Windows 10.
Product | Versions |
---|---|
.NET | net5.0 net5.0-windows net6.0 net6.0-android net6.0-ios net6.0-maccatalyst net6.0-macos net6.0-tvos net6.0-windows net7.0 net7.0-android net7.0-ios net7.0-maccatalyst net7.0-macos net7.0-tvos net7.0-windows |
.NET Core | netcoreapp2.0 netcoreapp2.1 netcoreapp2.2 netcoreapp3.0 netcoreapp3.1 |
.NET Standard | netstandard2.0 netstandard2.1 |
.NET Framework | net461 net462 net463 net47 net471 net472 net48 net481 |
MonoAndroid | monoandroid |
MonoMac | monomac |
MonoTouch | monotouch |
Tizen | tizen40 tizen60 |
Xamarin.iOS | xamarinios |
Xamarin.Mac | xamarinmac |
Xamarin.TVOS | xamarintvos |
Xamarin.WatchOS | xamarinwatchos |
-
.NETStandard 2.0
- SQLitePCLRaw.core (>= 2.1.4)
NuGet packages (1)
Showing the top 1 NuGet packages that depend on SQLitePCLRaw.provider.winsqlite3:
Package | Downloads |
---|---|
SQLitePCLRaw.bundle_winsqlite3
This 'batteries-included' bundle brings in SQLitePCLRaw.core and the necessary stuff for certain common use cases. Call SQLitePCL.Batteries.Init(). Policy of this bundle: no SQLite library included, uses winsqlite3.dll from Windows 10. |
GitHub repositories
This package is not used by any popular GitHub repositories.