SQLitePCL.raw_basic
0.8.0
Requires NuGet 2.8.1 or higher.
dotnet add package SQLitePCL.raw_basic --version 0.8.0
NuGet\Install-Package SQLitePCL.raw_basic -Version 0.8.0
<PackageReference Include="SQLitePCL.raw_basic" Version="0.8.0" />
<PackageVersion Include="SQLitePCL.raw_basic" Version="0.8.0" />
<PackageReference Include="SQLitePCL.raw_basic" />
paket add SQLitePCL.raw_basic --version 0.8.0
#r "nuget: SQLitePCL.raw_basic, 0.8.0"
#addin nuget:?package=SQLitePCL.raw_basic&version=0.8.0
#tool nuget:?package=SQLitePCL.raw_basic&version=0.8.0
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'. For now, the package exists under both IDs and they are identical. Eventually the old ID may stop getting updates.)
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET | net6.0-android was computed. net7.0-android was computed. net8.0-android was computed. net9.0-android was computed. |
.NET Framework | net40 is compatible. net403 was computed. 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. |
MonoAndroid | monoandroid is compatible. |
MonoTouch | monotouch is compatible. |
Universal Windows Platform | uap was computed. uap10.0 was computed. |
Windows Phone | wp8 is compatible. wp81 is compatible. wpa81 is compatible. |
Windows Store | netcore was computed. netcore45 is compatible. netcore451 is compatible. |
Xamarin.iOS | xamarinios10 is compatible. |
This package has no dependencies.
GitHub repositories (10)
Showing the top 10 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)
|
|
flagbug/Espera
Espera is a media player that plays your music, YouTube videos, SoundCloud songs and has a special "party mode".
|
|
Clancey/gMusic
This is a multi platform music player.
|
|
thedillonb/CodeBucket
CodeBucket is the best way to browse and maintain your Bitbucket repositories on any iPhone, iPod Touch, and iPad device!
|
|
kentcb/WorkoutWotch
Repository for my video series on building an iOS app in .NET.
|
|
anaisbetts/starter-mobile
Starter project for Mobile projects at GitHub
|
|
thedillonb/RepoStumble
A mobile application for viewing GitHub repositories in a fashion similar to StumbleUpon
|
|
jamesmontemagno/MeetupManager
Meetup.com app to track users at events
|
Version | Downloads | Last updated |
---|---|---|
0.8.0 | 4,146 | 4/10/2015 |
0.8.0-pre3 | 51 | 4/2/2015 |
0.8.0-pre2 | 35 | 4/2/2015 |
0.8.0-pre1 | 60 | 3/16/2015 |
0.7.2-pre1 | 137 | 1/29/2015 |
0.7.1 | 12,119 | 1/19/2015 |
0.7.0 | 3,373 | 12/15/2014 |
0.6.4-pre1 | 605 | 11/3/2014 |
0.6.3-testing | 331 | 9/26/2014 |
0.6.1 | 2,673 | 9/22/2014 |
0.6.0 | 120 | 9/16/2014 |
0.5.0 | 1,591 | 7/25/2014 |
0.4.0-alpha | 222 | 6/30/2014 |
0.3.0-alpha | 455 | 6/11/2014 |
0.2.0-alpha | 46 | 6/4/2014 |
0.1.0-alpha | 46 | 5/23/2014 |
Fix several problems with hook functions and multiple SQLite connections and threads. Add support for .NET 4.0. Added msbuild-controlled option to use a bundled SQLite3 library for non-Windows platforms. Started transition toward removing _basic from the nuget pkg id, resulting in one version of the SQLitePCL.raw pkg to cover all use cases.