SQLitePCL.bundle_green
0.9.4-pre1
Requires NuGet 2.5 or higher.
Install-Package SQLitePCL.bundle_green -Version 0.9.4-pre1
dotnet add package SQLitePCL.bundle_green --version 0.9.4-pre1
<PackageReference Include="SQLitePCL.bundle_green" Version="0.9.4-pre1" />
paket add SQLitePCL.bundle_green --version 0.9.4-pre1
#r "nuget: SQLitePCL.bundle_green, 0.9.4-pre1"
// Install SQLitePCL.bundle_green as a Cake Addin
#addin nuget:?package=SQLitePCL.bundle_green&version=0.9.4-pre1&prerelease
// Install SQLitePCL.bundle_green as a Cake Tool
#tool nuget:?package=SQLitePCL.bundle_green&version=0.9.4-pre1&prerelease
NOTE: As of the 1.0 release, package IDs for SQLitePCL.raw now begin with SQLitePCLRaw.*. Some use cases will involve minor breaking changes in the transition. See README on GitHub for more info.
This 'batteries-included' bundle brings in SQLitePCL.raw and the necessary plugins for certain common use cases. Call SQLitePCL.Batteries.Init(). Policy of this bundle: iOS=system SQLite, Android/wpa81/uwp/win81=SQLite included, net45=Windows SQLite included.
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 |
.NET Core | netcoreapp1.0 netcoreapp1.1 netcoreapp2.0 netcoreapp2.1 netcoreapp2.2 netcoreapp3.0 netcoreapp3.1 |
.NET Standard | netstandard1.0 netstandard1.1 netstandard1.2 netstandard1.3 netstandard1.4 netstandard1.5 netstandard1.6 netstandard2.0 netstandard2.1 |
.NET Framework | net45 net451 net452 net46 net461 net462 net463 net47 net471 net472 net48 |
MonoAndroid | monoandroid |
MonoMac | monomac |
MonoTouch | monotouch |
Tizen | tizen30 tizen40 tizen60 |
Universal Windows Platform | uap uap10.0 |
Windows Phone | wp8 wp81 wpa81 |
Windows Store | netcore netcore45 netcore451 win81 |
Xamarin.iOS | xamarinios |
Xamarin.Mac | xamarinmac |
Xamarin.TVOS | xamarintvos |
Xamarin.WatchOS | xamarinwatchos |
-
.NETFramework 4.5
- SQLitePCL.native.sqlite3.v110_xp (>= 0.9.4-pre1)
- SQLitePCL.plugin.sqlite3.net45 (>= 0.9.4-pre1)
- SQLitePCL.raw (>= 0.9.4-pre1)
-
.NETStandard 1.0
- NETStandard.Library (>= 1.6.0)
- SQLitePCL.raw (>= 0.9.4-pre1)
-
All Frameworks
- SQLitePCL.raw (>= 0.9.4-pre1)
-
MonoAndroid 0.0
- SQLitePCL.plugin.sqlite3.android (>= 0.9.4-pre1)
- SQLitePCL.raw (>= 0.9.4-pre1)
-
UAP 10.0
- SQLitePCL.native.sqlite3.v140 (>= 0.9.4-pre1)
- SQLitePCL.plugin.sqlite3.uap10.0 (>= 0.9.4-pre1)
- SQLitePCL.raw (>= 0.9.4-pre1)
-
Windows 8.1
- SQLitePCL.native.sqlite3.v120 (>= 0.9.4-pre1)
- SQLitePCL.plugin.sqlite3.win81 (>= 0.9.4-pre1)
- SQLitePCL.raw (>= 0.9.4-pre1)
-
WindowsPhone 8.0
- SQLitePCL.native.sqlite3.v110_wp80 (>= 0.9.4-pre1)
- SQLitePCL.raw (>= 0.9.4-pre1)
-
WindowsPhoneApp 8.1
- SQLitePCL.native.sqlite3.v120_wp81 (>= 0.9.4-pre1)
- SQLitePCL.plugin.sqlite3.wpa81 (>= 0.9.4-pre1)
- SQLitePCL.raw (>= 0.9.4-pre1)
NuGet packages (2)
Showing the top 2 NuGet packages that depend on SQLitePCL.bundle_green:
Package | Downloads |
---|---|
SQLite.Net-PCL-Green
THIS PACKAGE CONTAINS CODE FROM Øystein Krog's MASTER BRANCH. DO TEST YOUR APP VERY THOROUGHLY PLEASE. YOU HAVE BEEN WARNED. This fork integrates ericsink's SQLitePCL.bundle_green library to be compatible with Android N. (ONLY works with Android and iOS) SQLite.Net PCL is an open source, minimal library to allow .NET and Mono applications to store data in SQLite databases. This is a fork of the original sqlite-net project, which aims to cleanup/improve the code and deliver the package as PCL assemblies with some additional platform-specific implementations. This package is compatible with the following .net platforms: Xamarin.iOS (Classic), Xamarin.iOS (Unified), Xamarin.Android, Windows Phone 8.1, Windows Phone 8.0, Windows 8.1, Windows 8.0, Win32, Generic, PCL(net4+sl4+wp7+win8+monotouch+MonoAndroid) |
|
Notakey.Xamarin.Sdk
Notakey Xamarin Sdk for Xamarin iOS and Android mobile application development |
GitHub repositories (4)
Showing the top 4 popular GitHub repositories that depend on SQLitePCL.bundle_green:
Repository | Stars |
---|---|
xamarin/xamarin-forms-samples
Sample apps built using the Xamarin.Forms framework
|
|
digimezzo/knowte-windows
Note taking
|
|
Disa-im/DisaOpenSource
A platform for Disa's unified messenger
|
|
unoplatform/Uno.SourceGeneration
A Roslyn based C# source generation framework
|
Version | Downloads | Last updated |
---|
NOTE that 0.9 is a major restructuring of the NuGet packages, and in some cases, upgrading from previous versions will require changes. The main package (SQLitePCL.raw) no longer has native code embedded in it. For situations where you do not want to use the default SQLite for your platform, add one of the SQLitePCL.plugin.* packages. See the SQLitePCL.raw page on GitHub for more info.