Info
Version: | 2.1.10 |
Author(s): | Eric Sink |
Last Update: | Wednesday, September 11, 2024 |
.NET Fiddle: | Create the first Fiddle |
NuGet Url: | https://www.nuget.org/packages/SQLitePCLRaw.provider.sqlite3 |
Install
Install-Package SQLitePCLRaw.provider.sqlite3
dotnet add package SQLitePCLRaw.provider.sqlite3
paket add SQLitePCLRaw.provider.sqlite3
SQLitePCLRaw.provider.sqlite3 Download (Unzip the "nupkg" after downloading)
Dependencies
- SQLitePCLRaw.core(>= 2.0.520210119130047)
Tags
Packages named 'SQLitePCLRaw.provider.*' (like this one) are 'plugins' that allow SQLitePCLRaw.core to access the native SQLite library. This provider does DllImport of 'sqlite3', to reference the 'system' SQLite.
One common use for this provider is to access the SQLite library provided with iOS.