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.bundle_green |
Install
Install-Package SQLitePCLRaw.bundle_green
dotnet add package SQLitePCLRaw.bundle_green
paket add SQLitePCLRaw.bundle_green
SQLitePCLRaw.bundle_green Download (Unzip the "nupkg" after downloading)
Dependencies
.NETStandard 2.0
- SQLitePCLRaw.core(>= 2.0.520210119130047)
- SQLitePCLRaw.provider.e_sqlite3(>= 2.0.520210119130047)
- SQLitePCLRaw.lib.e_sqlite3(>= 2.0.520210119130047)
- SQLitePCLRaw.core(>= 2.0.520210119130047)
- SQLitePCLRaw.provider.e_sqlite3(>= 2.0.520210119130047)
- SQLitePCLRaw.lib.e_sqlite3.android(>= 2.0.520210119130047)
- SQLitePCLRaw.core(>= 2.0.520210119130047)
- SQLitePCLRaw.provider.dynamic_cdecl(>= 2.0.520210119130047)
- SQLitePCLRaw.lib.e_sqlite3(>= 2.0.520210119130047)
- SQLitePCLRaw.core(>= 2.0.520210119130047)
- SQLitePCLRaw.provider.dynamic_cdecl(>= 2.0.520210119130047)
- SQLitePCLRaw.lib.e_sqlite3(>= 2.0.520210119130047)
- SQLitePCLRaw.core(>= 2.0.520210119130047)
- SQLitePCLRaw.provider.dynamic_cdecl(>= 2.0.520210119130047)
Tags
Call SQLitePCL.Batteries.Init(). Policy of this bundle: iOS=system SQLite, others=e_sqlite3 included.
Note that this bundle is identical to bundle_e_sqlite3, except on iOS where it uses the system SQLite library instead of e_sqlite3. In other words, when you use this bundle in a cross-platform app, your app is not using the same SQLite build configuration on all platforms.