![]() |
VOOZH | about |
dotnet add package SQLitePCLRaw.core --version 3.0.3
NuGet\Install-Package SQLitePCLRaw.core -Version 3.0.3
<PackageReference Include="SQLitePCLRaw.core" Version="3.0.3" />
<PackageVersion Include="SQLitePCLRaw.core" Version="3.0.3" />Directory.Packages.props
<PackageReference Include="SQLitePCLRaw.core" />Project file
paket add SQLitePCLRaw.core --version 3.0.3
#r "nuget: SQLitePCLRaw.core, 3.0.3"
#:package SQLitePCLRaw.core@3.0.3
#addin nuget:?package=SQLitePCLRaw.core&version=3.0.3Install as a Cake Addin
#tool nuget:?package=SQLitePCLRaw.core&version=3.0.3Install as a Cake Tool
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:
SourceGear offers various SQLite-related products and services, described further at:
https://sqlite.sourcegear.com/
including:
SourceGear operates a paid service at nuget.sourcegear.com that provides native SQLite builds which are updated immediately after each SQLite release. These include regular SQLite builds, or various options with encryption support. Signed builds and supply chain information like SBOMs are also available. We can also provide custom configurations.
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.
SourceGear offers technical support agreements at various price levels.
SourceGear offers custom software devlopment or maintenance services on a time-and-materials basis.
| Product | Versions Compatible and additional computed target framework versions. |
|---|---|
| .NET | net5.0 net5.0 was computed. net5.0-windows net5.0-windows was computed. net6.0 net6.0 was computed. net6.0-android net6.0-android was computed. net6.0-ios net6.0-ios was computed. net6.0-maccatalyst net6.0-maccatalyst was computed. net6.0-macos net6.0-macos was computed. net6.0-tvos net6.0-tvos was computed. net6.0-windows net6.0-windows was computed. net7.0 net7.0 was computed. net7.0-android net7.0-android was computed. net7.0-ios net7.0-ios was computed. net7.0-maccatalyst net7.0-maccatalyst was computed. net7.0-macos net7.0-macos was computed. net7.0-tvos net7.0-tvos was computed. net7.0-windows net7.0-windows was computed. net8.0 net8.0 is compatible. net8.0-android net8.0-android was computed. net8.0-browser net8.0-browser was computed. net8.0-ios net8.0-ios was computed. net8.0-maccatalyst net8.0-maccatalyst was computed. net8.0-macos net8.0-macos was computed. net8.0-tvos net8.0-tvos was computed. net8.0-windows net8.0-windows was computed. net9.0 net9.0 was computed. net9.0-android net9.0-android was computed. net9.0-browser net9.0-browser was computed. net9.0-ios net9.0-ios was computed. net9.0-maccatalyst net9.0-maccatalyst was computed. net9.0-macos net9.0-macos was computed. net9.0-tvos net9.0-tvos was computed. net9.0-windows net9.0-windows was computed. net10.0 net10.0 was computed. net10.0-android net10.0-android was computed. net10.0-browser net10.0-browser was computed. net10.0-ios net10.0-ios was computed. net10.0-maccatalyst net10.0-maccatalyst was computed. net10.0-macos net10.0-macos was computed. net10.0-tvos net10.0-tvos was computed. net10.0-windows net10.0-windows was computed. |
| .NET Core | netcoreapp2.0 netcoreapp2.0 was computed. netcoreapp2.1 netcoreapp2.1 was computed. netcoreapp2.2 netcoreapp2.2 was computed. netcoreapp3.0 netcoreapp3.0 was computed. netcoreapp3.1 netcoreapp3.1 was computed. |
| .NET Standard | netstandard2.0 netstandard2.0 is compatible. netstandard2.1 netstandard2.1 was computed. |
| .NET Framework | net461 net461 was computed. net462 net462 was computed. net463 net463 was computed. net47 net47 was computed. net471 net471 was computed. net472 net472 was computed. net48 net48 was computed. net481 net481 was computed. |
| MonoAndroid | monoandroid monoandroid was computed. |
| MonoMac | monomac monomac was computed. |
| MonoTouch | monotouch monotouch was computed. |
| Tizen | tizen40 tizen40 was computed. tizen60 tizen60 was computed. |
| Xamarin.iOS | xamarinios xamarinios was computed. |
| Xamarin.Mac | xamarinmac xamarinmac was computed. |
| Xamarin.TVOS | xamarintvos xamarintvos was computed. |
| Xamarin.WatchOS | xamarinwatchos xamarinwatchos was computed. |
Showing the top 5 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 |
|
|
Microsoft.EntityFrameworkCore.Sqlite.Core
SQLite database provider for Entity Framework Core. This package does not include a copy of the native SQLite library. |
|
|
Microsoft.EntityFrameworkCore.Sqlite
SQLite database provider for Entity Framework Core. |
|
|
SQLitePCLRaw.provider.e_sqlite3
SQLitePCLRaw 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. |
|
|
Microsoft.Data.Sqlite
Microsoft.Data.Sqlite is a lightweight ADO.NET provider for SQLite. 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 |
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.
|
|
|
Planshit/Tai
👻 在Windows上统计软件使用时长和网站浏览时长
|
|
|
MediaBrowser/Emby
Emby Server is a personal media server with apps on just about every device.
|
|
|
praeclarum/sqlite-net
Simple, powerful, cross-platform SQLite client and ORM for .NET
|
|
|
xamarin/xamarin-forms-samples
Sample apps built using the Xamarin.Forms framework
|
|
|
ferventdesert/Hawk
visualized crawler & ETL IDE written with C#/WPF
|
|
|
reactiveui/Akavache
An asynchronous, persistent key-value store created for writing desktop and mobile applications, based on SQLite3. Akavache is great for both storing important data as well as cached local data that expires.
|
|
|
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
|
|
|
Mapsui/Mapsui
Mapsui is a .NET Map component for: MAUI, Avalonia, Uno Platform, Blazor, WPF, WinUI, Windows Forms, Eto Forms, .NET for Android and .NET for iOS
|
|
|
smartstore/Smartstore
A modular, scalable and ultra-fast open-source all-in-one eCommerce platform built on ASP.NET Core 10
|
|
| xamarin/mobile-samples | |
|
dotnet/MobileBlazorBindings
Experimental Mobile Blazor Bindings - Build native and hybrid mobile apps with Blazor
|
|
|
dotnet/dotnet
Home of .NET's Virtual Monolithic Repository which includes all the code needed to build the .NET SDK.
|
|
|
security-code-scan/security-code-scan
Vulnerability Patterns Detector for C# and VB.NET
|
|
|
prajjwaldimri/GithubXamarin
GithubXamarin(GitIt) is a cross-platform application for https://github.com which is built using Xamarin.
|
|
|
VladislavAntonyuk/MauiSamples
.NET MAUI Samples
|
|
|
simpleidserver/SimpleIdServer
OpenID, OAuth 2.0, SCIM2.0, UMA2.0, FAPI, CIBA & OPENBANKING Framework for ASP.NET Core
|
| Version | Downloads | Last Updated |
|---|---|---|
| 3.0.3 | 124,892 | 5/7/2026 |
| 3.0.2 | 2,347,682 | 9/2/2025 |
| 3.0.1 | 109,814 | 8/5/2025 |
| 3.0.0 | 44,449 | 7/30/2025 |
| 2.1.11 | 21,510,219 | 3/7/2025 |
| 2.1.11-pre20241216174303 | 11,531 | 12/16/2024 |
| 2.1.10 | 34,467,709 | 9/11/2024 |
| 2.1.10-pre20240828193256 | 4,893 | 8/28/2024 |
| 2.1.9 | 459,701 | 8/7/2024 |
| 2.1.8 | 3,337,707 | 2/5/2024 |
| 2.1.7 | 2,930,803 | 11/22/2023 |
| 2.1.7-pre20231117161811 | 7,713 | 11/17/2023 |
| 2.1.7-pre20231110210158 | 7,347 | 11/10/2023 |
| 2.1.6 | 69,681,980 | 8/23/2023 |
| 2.1.6-pre20230809203314 | 112,016 | 8/9/2023 |
| 2.1.5 | 2,862,044 | 5/19/2023 |
| 2.1.5-pre20230516213315 | 6,161 | 5/16/2023 |
| 2.1.4 | 24,192,368 | 1/10/2023 |
| 2.1.4-pre20230105221937 | 6,792 | 1/5/2023 |
| 2.1.3 | 224,327 | 12/1/2022 |