SQLitePCL.raw_basic
0.8.5
See the version list below for details.
dotnet add package SQLitePCL.raw_basic --version 0.8.5
NuGet\Install-Package SQLitePCL.raw_basic -Version 0.8.5
<PackageReference Include="SQLitePCL.raw_basic" Version="0.8.5" />
paket add SQLitePCL.raw_basic --version 0.8.5
#r "nuget: SQLitePCL.raw_basic, 0.8.5"
// Install SQLitePCL.raw_basic as a Cake Addin
#addin nuget:?package=SQLitePCL.raw_basic&version=0.8.5
// Install SQLitePCL.raw_basic as a Cake Tool
#tool nuget:?package=SQLitePCL.raw_basic&version=0.8.5
SQLitePCL.raw is a Portable Class Library (PCL) for low-level (raw) access to SQLite. This package does not provide an API which is friendly to app developers. Rather, it provides an API which handles platform and configuration issues, upon which a friendlier API can be built. (Note that with the 0.8.0 release, the package ID is changing from 'SQLitePCL.raw_basic' to 'SQLitePCL.raw'. Eventually, the old ID will stop getting updates.)
Product | Versions |
---|---|
.NET | net6.0-android net7.0-android |
.NET Framework | net35 net40 net403 net45 net451 net452 net46 net461 net462 net463 net47 net471 net472 net48 net481 |
MonoAndroid | monoandroid |
MonoTouch | monotouch |
Universal Windows Platform | uap uap10.0 |
Windows Phone | wp8 wp81 wpa81 |
Windows Store | win8 win81 |
Xamarin.iOS | xamarinios10 |
Xamarin.Mac | xamarinmac20 |
-
UAP 10.0
- 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)
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories (12)
Showing the top 5 popular GitHub repositories that depend on SQLitePCL.raw_basic:
Repository | Stars |
---|---|
CodeHubApp/CodeHub
CodeHub is an iOS application written using Xamarin
|
|
xamarin/mobile-samples
|
|
conceptdev/xamarin-forms-samples
Samples that use Xamarin.Forms (http://xamarin.com/forms)
|
|
SHOEGAZEssb/Last.fm-Scrubbler-WPF
Manual Last.fm scrobbling for when a service (or you!) failed to scrobble.
|
|
flagbug/Espera
Espera is a media player that plays your music, YouTube videos, SoundCloud songs and has a special "party mode".
|
Version | Downloads | Last updated |
---|---|---|
0.9.0-pre8 | 10,329 | 5/9/2016 |
0.9.0-pre7 | 1,124 | 4/18/2016 |
0.9.0-pre6 | 999 | 4/11/2016 |
0.9.0-pre5 | 1,082 | 3/21/2016 |
0.8.5 | 10,192 | 1/7/2016 |
0.8.5-pre4 | 1,216 | 1/6/2016 |
0.8.5-pre2 | 1,205 | 12/28/2015 |
0.8.5-pre1 | 2,065 | 11/30/2015 |
0.8.4 | 30,570 | 11/25/2015 |
0.8.3 | 4,350 | 11/23/2015 |
0.8.3-pre1 | 1,418 | 11/5/2015 |
0.8.2 | 31,051 | 8/24/2015 |
0.8.1 | 13,017 | 7/16/2015 |
0.8.1-pre2 | 1,443 | 7/10/2015 |
0.8.0 | 9,855 | 4/10/2015 |
0.8.0-pre3 | 1,462 | 4/2/2015 |
0.8.0-pre2 | 1,358 | 4/2/2015 |
0.8.0-pre1 | 1,317 | 3/16/2015 |
0.7.2-pre1 | 1,432 | 1/29/2015 |
0.7.1 | 127,075 | 1/19/2015 |
0.7.0 | 78,792 | 12/15/2014 |
0.6.4-pre1 | 1,876 | 11/3/2014 |
0.6.3-testing | 1,731 | 9/26/2014 |
0.6.1 | 10,337 | 9/22/2014 |
0.6.0 | 1,748 | 9/16/2014 |
0.5.0 | 14,392 | 7/25/2014 |
0.4.0-alpha | 1,926 | 6/30/2014 |
0.3.0-alpha | 2,049 | 6/11/2014 |
0.2.0-alpha | 1,392 | 6/4/2014 |
0.1.0-alpha | 1,483 | 5/23/2014 |
Add support for uap10.0. And net35.