SQLitePCLRaw.core 1.1.3-pre20170220084037

This is a prerelease version of SQLitePCLRaw.core.
There is a newer version of this package available.
See the version list below for details.

Requires NuGet 2.8.1 or higher.

dotnet add package SQLitePCLRaw.core --version 1.1.3-pre20170220084037
                    
NuGet\Install-Package SQLitePCLRaw.core -Version 1.1.3-pre20170220084037
                    
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="SQLitePCLRaw.core" Version="1.1.3-pre20170220084037" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="SQLitePCLRaw.core" Version="1.1.3-pre20170220084037" />
                    
Directory.Packages.props
<PackageReference Include="SQLitePCLRaw.core" />
                    
Project file
For projects that support Central Package Management (CPM), copy this XML node into the solution Directory.Packages.props file to version the package.
paket add SQLitePCLRaw.core --version 1.1.3-pre20170220084037
                    
#r "nuget: SQLitePCLRaw.core, 1.1.3-pre20170220084037"
                    
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
#addin nuget:?package=SQLitePCLRaw.core&version=1.1.3-pre20170220084037&prerelease
                    
Install SQLitePCLRaw.core as a Cake Addin
#tool nuget:?package=SQLitePCLRaw.core&version=1.1.3-pre20170220084037&prerelease
                    
Install SQLitePCLRaw.core as a Cake Tool

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.  In order to use this package, you will need to also add one of the SQLitePCLRaw.provider.* packages and call raw.SetProvider().  Convenience packages are named SQLitePCLRaw.bundle_*.

There are no supported framework assets in this package.

Learn more about Target Frameworks and .NET Standard.

  • .NETFramework 3.5

    • No dependencies.
  • .NETFramework 4.0

    • No dependencies.
  • .NETFramework 4.5

    • No dependencies.
  • .NETStandard 1.1

  • All Frameworks

    • No dependencies.
  • MonoAndroid 0.0

    • No dependencies.
  • Portable Class Library (.NETFramework 4.0, Silverlight 5.0, Windows 8.0, WindowsPhone 8.0)

    • No dependencies.
  • Portable Class Library (.NETFramework 4.5, Windows 8.0, WindowsPhone 8.0, WindowsPhoneApp 8.1)

    • No dependencies.
  • Portable Class Library (.NETFramework 4.5, Windows 8.0, WindowsPhoneApp 8.1)

    • No dependencies.
  • UAP 10.0

  • Windows 8.1

    • No dependencies.
  • WindowsPhone 8.0

    • No dependencies.
  • WindowsPhoneApp 8.1

    • No dependencies.
  • Xamarin.iOS 1.0

    • No dependencies.
  • Xamarin.Mac 2.0

    • No dependencies.

NuGet packages (4)

Showing the top 4 NuGet packages that depend on SQLitePCLRaw.core:

Package Downloads
Microsoft.Data.Sqlite.Core

Microsoft.Data.Sqlite is a lightweight ADO.NET provider for SQLite. This package does not include a copy of the native SQLite library. Commonly Used Types: Microsoft.Data.Sqlite.SqliteCommand Microsoft.Data.Sqlite.SqliteConnection Microsoft.Data.Sqlite.SqliteConnectionStringBuilder Microsoft.Data.Sqlite.SqliteDataReader Microsoft.Data.Sqlite.SqliteException Microsoft.Data.Sqlite.SqliteFactory Microsoft.Data.Sqlite.SqliteParameter Microsoft.Data.Sqlite.SqliteTransaction

SQLitePCLRaw.bundle_e_sqlite3

This 'batteries-included' bundle brings in SQLitePCLRaw.core and the necessary stuff for certain common use cases. Call SQLitePCL.Batteries.Init(). Policy of this bundle: e_sqlite3 included

SQLitePCLRaw.provider.dynamic_cdecl

SQLitePCL.raw is a Portable Class Library (PCL) for low-level (raw) access to SQLite. Packages named 'SQLitePCLRaw.provider.*' (like this one) are 'plugins' that allow SQLitePCLRaw.core to access the native SQLite library. This provider dynamically loads the native library by name.

SQLitePCLRaw.provider.e_sqlite3

SQLitePCL.raw is a Portable Class Library (PCL) for low-level (raw) access to SQLite. Packages named 'SQLitePCLRaw.provider.*' (like this one) are 'plugins' that allow SQLitePCLRaw.core to access the native SQLite library. This provider does DllImport of 'e_sqlite3', the SQLite builds provided with SQLitePCLRaw.

GitHub repositories (58)

Showing the top 20 popular GitHub repositories that depend on SQLitePCLRaw.core:

Repository Stars
CodeHubApp/CodeHub
CodeHub is an iOS application written using Xamarin
dotnet/roslyn
The Roslyn .NET compiler provides C# and Visual Basic languages with rich code analysis APIs.
dotnet/efcore
EF Core is a modern object-database mapper for .NET. It supports LINQ queries, change tracking, updates, and schema migrations.
MediaBrowser/Emby
Emby Server is a personal media server with apps on just about every device.
Planshit/Tai
👻 在Windows上统计软件使用时长和网站浏览时长
xamarin/xamarin-forms-samples
Sample apps built using the Xamarin.Forms framework
praeclarum/sqlite-net
Simple, powerful, cross-platform SQLite client and ORM for .NET
ferventdesert/Hawk
visualized crawler & ETL IDE written with C#/WPF
digimezzo/dopamine-windows
Audio player which tries to make organizing and listening to music as simple and pretty as possible.
OmniSharp/omnisharp-roslyn
OmniSharp server (HTTP, STDIO) based on Roslyn workspaces
xamarin/mobile-samples
smartstore/Smartstore
A modular, scalable and ultra-fast open-source all-in-one eCommerce platform built on ASP.NET Core 7
dotnet/MobileBlazorBindings
Experimental Mobile Blazor Bindings - Build native and hybrid mobile apps with Blazor
prajjwaldimri/GithubXamarin
GithubXamarin(GitIt) is a cross-platform application for https://github.com which is built using Xamarin.
security-code-scan/security-code-scan
Vulnerability Patterns Detector for C# and VB.NET
VladislavAntonyuk/MauiSamples
.NET MAUI Samples
simpleidserver/SimpleIdServer
OpenID, OAuth 2.0, SCIM2.0, UMA2.0, FAPI, CIBA & OPENBANKING Framework for ASP.NET Core
mono/Embeddinator-4000
Tools to turn .NET libraries into native libraries that can be consumed on Android, iOS, Mac, Linux and other platforms.
uholeschak/ediabaslib
.NET BMW and VAG Ediabas interpreter library
xamarinhq/app-conference
Pre-build conference application built with Xamarin
Version Downloads Last updated
2.0.6 134 9/19/2022
2.0.5-pre20210119130047 2 3/8/2021
2.0.5-pre20201231105030 2 3/8/2021
2.0.4 32,422 3/8/2021
2.0.4-pre20200828111558 1 3/8/2021
2.0.3 3 3/8/2021
2.0.2 32,950 3/8/2021
2.0.2-pre20191018090318 1 3/8/2021
2.0.2-pre20191003102319 1 3/8/2021
2.0.2-pre20190904113843 1 3/8/2021
2.0.1 1 3/8/2021
2.0.0 3 3/8/2021
2.0.0-pre20190628101813 2 3/8/2021
2.0.0-pre20190625090255 2 3/8/2021
2.0.0-pre20190621100518 2 3/8/2021
2.0.0-pre20190620134904 2 3/8/2021
1.1.14 2 3/8/2021
1.1.13 1 3/8/2021
1.1.12 11 3/8/2021
1.1.11 9,466 3/8/2021
1.1.10 1 3/8/2021
1.1.10-pre20180223200113 1 3/8/2021
1.1.9 2 3/8/2021
1.1.9-pre20170905093404 2 3/8/2021
1.1.8 18 3/8/2021
1.1.7 4,869 3/8/2021
1.1.7-pre20170619212538 2 3/8/2021
1.1.6 6 3/8/2021
1.1.5 30 3/8/2021
1.1.4 2 3/8/2021
1.1.3 4 3/8/2021
1.1.3-pre20170220084037 1 3/8/2021
1.1.2 17 3/8/2021
1.1.2-pre20161207051304 1 3/8/2021
1.1.1 10 3/8/2021
1.1.1-pre20161109081005 1 3/8/2021
1.1.0 30 3/8/2021
1.1.0-pre20160928150051 3 3/8/2021
1.0.1 9 3/8/2021
1.0.0 5 3/8/2021
1.0.0-pre20160912104037 1 3/8/2021
1.0.0-pre20160901085507 1 3/8/2021

1.1.3:  fix targets files for better compat with VS 2017 nuget pack.  add 32-bit linux build for e_sqlite3.  update to latest libcrypto builds from couchbase folks.  1.1.2:  ability to FreezeProvider().  update e_sqlite3 builds to 3.16.1.  1.1.1:  add support for config_log.  update e_sqlite3 builds to 3.15.2.  fix possible memory corruption when using prepare_v2() with multiple statements.  better errmsg from ugly.step().  add win8 dep groups in bundles.  fix batteries_v2.Init() to be 'last call wins' like the v1 version is.  chg raw.SetProvider() to avoid calling sqlite3_initialize() so that sqlite3_config() can be used.  better support for Xamarin.Mac.  1.1.0:  fix problem with winsqlite3 on UWP.  remove iOS Classic support.  add sqlite3_enable_load_extension.  add sqlite3_config/initialize/shutdown.  add Batteries_V2.Init().  1.0.1:  fix problem with bundle_e_sqlite3 on iOS.  fix issues with .NET Core.  add bundle_sqlcipher.  1.0.0 release:  Contains minor breaking changes since 0.9.x.  All package names now begin with SQLitePCLRaw.  Now supports netstandard.  Fixes for UWP and Android N.  Change all unit tests to xunit.  Support for winsqlite3.dll and custom SQLite builds.