SQLitePCLRaw.lib.e_sqlite3 3.50.3

Prefix Reserved
dotnet add package SQLitePCLRaw.lib.e_sqlite3 --version 3.50.3
                    
NuGet\Install-Package SQLitePCLRaw.lib.e_sqlite3 -Version 3.50.3
                    
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.lib.e_sqlite3" Version="3.50.3" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="SQLitePCLRaw.lib.e_sqlite3" Version="3.50.3" />
                    
Directory.Packages.props
<PackageReference Include="SQLitePCLRaw.lib.e_sqlite3" />
                    
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.lib.e_sqlite3 --version 3.50.3
                    
#r "nuget: SQLitePCLRaw.lib.e_sqlite3, 3.50.3"
                    
#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.
#:package SQLitePCLRaw.lib.e_sqlite3@3.50.3
                    
#:package directive can be used in C# file-based apps starting in .NET 10 preview 4. Copy this into a .cs file before any lines of code to reference the package.
#addin nuget:?package=SQLitePCLRaw.lib.e_sqlite3&version=3.50.3
                    
Install as a Cake Addin
#tool nuget:?package=SQLitePCLRaw.lib.e_sqlite3&version=3.50.3
                    
Install as a Cake Tool

SQLitePCLRaw

SQLitePCLRaw is a .NET Portable Class Library (PCL) for low-level (raw) access to SQLite.

This library is open source (Apache License v2) and has been downloaded hundreds of millions of times on nuget.org.

My name is Eric Sink. I am:

  • the maintainer of this library
  • the founder of SourceGear, a small software company in Illinois
  • part of the SQLite core team

You can email me at either eric@sourcegear.com or eric@sqlite.org. Please contact me if you are interested in any of the following related services available from SourceGear:

Technical Support

SourceGear offers technical support agreements at various price levels.

SQLite builds

SourceGear operates a paid service at nuget.sourcegear.com which provides various native SQLite builds which are updated immediately after each SQLite release. These include regular SQLite builds, or various options with encryption support. We can also provide custom configurations.

Encryption support

I no longer publish encryption-enabled SQLite builds without cost.

My recommended solution for encryption support is the SQLite Encryption Extension (SEE), which is the official implementation from the SQLite team:

https://sqlite.org/com/see.html

The SEE is not open source -- a paid license is required. SourceGear's SQLite build service provides SEE builds in the form of nuget packages.

Custom software development

SourceGear offers custom software devlopment or maintenance services on a time-and-materials basis.

Product Compatible and additional computed target framework versions.
.NET net5.0 was computed.  net5.0-windows was computed.  net6.0 was computed.  net6.0-android was computed.  net6.0-ios was computed.  net6.0-maccatalyst was computed.  net6.0-macos was computed.  net6.0-tvos was computed.  net6.0-windows was computed.  net7.0 was computed.  net7.0-android was computed.  net7.0-ios was computed.  net7.0-maccatalyst was computed.  net7.0-macos was computed.  net7.0-tvos was computed.  net7.0-windows was computed.  net8.0 was computed.  net8.0-android was computed.  net8.0-browser was computed.  net8.0-ios was computed.  net8.0-maccatalyst was computed.  net8.0-macos was computed.  net8.0-tvos was computed.  net8.0-windows was computed.  net9.0 was computed.  net9.0-android was computed.  net9.0-browser was computed.  net9.0-ios was computed.  net9.0-maccatalyst was computed.  net9.0-macos was computed.  net9.0-tvos was computed.  net9.0-windows was computed.  net10.0 was computed.  net10.0-android was computed.  net10.0-browser was computed.  net10.0-ios was computed.  net10.0-maccatalyst was computed.  net10.0-macos was computed.  net10.0-tvos was computed.  net10.0-windows was computed. 
.NET Core netcoreapp2.0 was computed.  netcoreapp2.1 was computed.  netcoreapp2.2 was computed.  netcoreapp3.0 was computed.  netcoreapp3.1 was computed. 
.NET Standard netstandard2.0 is compatible.  netstandard2.1 was computed. 
.NET Framework net461 was computed.  net462 was computed.  net463 was computed.  net47 was computed.  net471 is compatible.  net472 was computed.  net48 was computed.  net481 was computed. 
MonoAndroid monoandroid was computed. 
MonoMac monomac was computed. 
MonoTouch monotouch was computed. 
Tizen tizen40 was computed.  tizen60 was computed. 
Xamarin.iOS xamarinios was computed. 
Xamarin.Mac xamarinmac was computed. 
Xamarin.TVOS xamarintvos was computed. 
Xamarin.WatchOS xamarinwatchos was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.
  • .NETStandard 2.0

    • No dependencies.

NuGet packages (27)

Showing the top 5 NuGet packages that depend on SQLitePCLRaw.lib.e_sqlite3:

Package Downloads
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().

SQLitePCLRaw.bundle_green

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: 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.

Intersoft.Crosslight.Data.Sqlite

Provides local database access components and offline changes functionality to your Crosslight apps.

Zumero

Zumero for SQL Server (ZSS) is a product which synchronizes SQL Server data with SQLite on mobile devices. This package contains the ZSS client libraries in the form of a Portable Class Library (PCL).

Nox.Types.Extensions

Package Description

GitHub repositories (19)

Showing the top 19 popular GitHub repositories that depend on SQLitePCLRaw.lib.e_sqlite3:

Repository Stars
dotnet/roslyn
The Roslyn .NET compiler provides C# and Visual Basic languages with rich code analysis APIs.
hanmin0822/MisakaTranslator
御坂翻译器—Galgame/文字游戏/漫画多语种实时机翻工具
smartstore/Smartstore
A modular, scalable and ultra-fast open-source all-in-one eCommerce platform built on ASP.NET Core 7
SteveDunn/Vogen
A semi-opinionated library which is a source generator and a code analyser. It Source generates Value Objects
Quaver/Quaver
The ultimate community-driven, and open-source competitive rhythm game available on Steam.
dukus/digiCamControl
DSLR camera remote control open source software
dotnet/dotnet
Home of .NET's Virtual Monolithic Repository which includes all the code needed to build the .NET SDK.
zkweb-framework/ZKWeb
A flexible web framework supports .Net Framework and .Net Core
TeslaFly01/SmartSqlT
🔥🔥🔥 SmartSQL 是一款方便、快捷的数据库文档查询、导出工具!该工具从最初支持CHM文档格式开始,通过不断地探索开发、集思广益和不断改进,又陆续支持Word、Excel、PDF、Html、Xml、Json、MarkDown等文档格式的导出。同时支持SqlServer、MySql、PostgreSQL、SQLite等多种数据库的文档查询和导出功能。
Idered/snatch
📋 Beautiful clipboard manager for Windows
AscensionGameDev/Intersect-Engine
Intersect provides a complete game development suite for creating 2d mmorpgs with no programming experience required!
SaviorXTanren/mixer-mixitup
Streaming bot application for handling chat, events, moderation, and other streamer assistance features
friflo/Friflo.Json.Fliox
C# ORM - High Performance, SQL, NoSQL, Messaging, Pub-Sub
Vincentzyx/VinXiangQi
Xiangqi syncing tool based on Yolov5 / 基于Yolov5的中国象棋连线工具
assetgrid/assetgridapp
📊 A selfhosted data-driven personal finance manager 💸
X-Sharp/XSharpPublic
Public repository for the source code for the XSharp Compiler, Runtime, Project System and Tools.
face-it/Hangfire.Tags
Add tags to Hangfire backgroundjobs
jaysonragasa/MultiRDPClient.NET
A multi RDP client made with Windows Forms and an ActiveX RDP client.
DigitalPlatform/dp2
Integrated Library System / 图书馆集成系统
Version Downloads Last Updated
3.50.3 574 7/30/2025
2.1.11 434,817 3/7/2025
2.1.11-pre20241216174303 14,963 12/16/2024
2.1.10 9,735,351 9/11/2024
2.1.10-pre20240828193256 4,484 8/28/2024
2.1.9 306,704 8/7/2024
2.1.8 2,112,272 2/5/2024
2.1.7 2,031,887 11/22/2023
2.1.7-pre20231117161811 5,096 11/17/2023
2.1.7-pre20231110210158 6,262 11/10/2023
2.1.6 30,714,166 8/23/2023
2.1.6-pre20230809203314 46,907 8/9/2023
2.1.5 2,087,659 5/19/2023
2.1.5-pre20230516213315 4,961 5/16/2023
2.1.4 16,694,828 1/10/2023
2.1.4-pre20230105221937 5,508 1/5/2023
2.1.3 134,518 12/1/2022
2.1.3-pre20221111222311 6,004 11/11/2022
2.1.2 16,361,034 9/18/2022
2.1.2-pre20220916165053 4,744 9/16/2022
2.1.2-pre20220913165057 5,294 9/13/2022
2.1.1 89,073 9/2/2022
2.1.1-pre20220822172036 5,192 8/22/2022
2.1.0 2,860,983 5/23/2022
2.1.0-pre20220427180151 27,884 4/27/2022
2.1.0-pre20220318192836 22,592 3/18/2022
2.1.0-pre20220207221914 15,526 2/7/2022
2.1.0-pre20220207195309 4,747 2/7/2022
2.0.8-pre20220111224339 46,455 1/11/2022
2.0.7 1,317,261 10/27/2021
2.0.7-pre20210929171745 5,204 9/29/2021
2.0.6 38,570,441 9/3/2021
2.0.6-pre20210902144138 4,740 9/2/2021
2.0.5 43,174 8/26/2021
2.0.5-pre20210824155535 4,574 8/24/2021
2.0.5-pre20210824155428 4,434 8/24/2021
2.0.5-pre20210817120427 15,247 8/17/2021
2.0.5-pre20210521085756 64,244 5/21/2021
2.0.5-pre20210119130047 74,290 1/19/2021
2.0.5-pre20201231105030 14,931 12/31/2020
2.0.4 32,288,333 9/3/2020
2.0.4-pre20200828111558 4,990 8/28/2020
2.0.3 8,027,682 5/1/2020
2.0.2 39,882,230 11/1/2019
2.0.2-pre20191018090318 8,293 10/18/2019
2.0.2-pre20191003102319 6,819 10/3/2019
2.0.2-pre20190904113843 7,187 9/4/2019
2.0.1 1,249,863 9/3/2019
2.0.1-pre20190815133105 3,718 8/15/2019
2.0.0 5,533,193 8/5/2019
2.0.0-pre20190815131715 3,589 8/15/2019
2.0.0-pre20190628101813 70,166 6/28/2019
2.0.0-pre20190625090255 8,802 6/25/2019
2.0.0-pre20190621100518 5,026 6/21/2019
2.0.0-pre20190620134904 5,195 6/20/2019