Info
Version: | 0.9.4-pre1 |
Author(s): | Eric Sink, et al |
Last Update: | Monday, August 8, 2016 |
.NET Fiddle: | Create the first Fiddle |
Project Url: | https://github.com/ericsink/SQLitePCL.raw |
NuGet Url: | https://www.nuget.org/packages/SQLitePCL.plugin.sqlite3.uap10.0 |
Install
Install-Package SQLitePCL.plugin.sqlite3.uap10.0
dotnet add package SQLitePCL.plugin.sqlite3.uap10.0
paket add SQLitePCL.plugin.sqlite3.uap10.0
SQLitePCL.plugin.sqlite3.uap10.0 Download (Unzip the "nupkg" after downloading)
Dependencies
- System.Collections(>= 4.0.10)
- System.Collections.Concurrent(>= 4.0.10)
- System.Resources.ResourceManager(>= 4.0.0)
- System.Runtime(>= 4.0.20)
- System.Runtime.InteropServices(>= 4.0.20)
- System.Text.Encoding(>= 4.0.10)
- System.Threading(>= 4.0.10)
Tags
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.