SQLitePCLRaw.core 3.0.3

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

SourceGear offers various SQLite-related products and services, described further at:

https://sqlite.sourcegear.com/

including:

SQLite builds

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.

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.

Technical Support

SourceGear offers technical support agreements at various price levels.

Custom software development

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

Showing the top 20 packages that depend on SQLitePCLRaw.core.

Packages Downloads
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.
1,255
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
1,248
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
1,200
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
1,190
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
1,043
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
1,036
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.
1,036
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.
486
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
412
Microsoft.EntityFrameworkCore.Sqlite.Core
SQLite database provider for Entity Framework Core. This package does not include a copy of the native SQLite library.
411
Microsoft.EntityFrameworkCore.Sqlite
SQLite database provider for Entity Framework Core.
408
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
407
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
113
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
113
SQLitePCLRaw.provider.e_sqlite3.macos
A SQLitePCL.raw 'provider' bridges the gap between SQLitePCLRaw.core and a particular instance of the native SQLite library. Install this package in your app project and call SQLitePCL.raw.SetProvider(new SQLitePCL.SQLite3Provider_e_sqlite3()); Depending on the platform, you may also need to add one of the SQLitePCLRaw.lib.* packages. Convenience packages are named SQLitePCLRaw.bundle_*.
41
Microsoft.EntityFrameworkCore.Sqlite
SQLite database provider for Entity Framework Core.
38
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
37
SQLitePCLRaw.provider.sqlite3.ios_unified
A SQLitePCL.raw 'provider' bridges the gap between SQLitePCLRaw.core and a particular instance of the native SQLite library. Install this package in your app project and call SQLitePCL.raw.SetProvider(new SQLitePCL.SQLite3Provider_sqlite3()); Depending on the platform, you may also need to add one of the SQLitePCLRaw.lib.* packages. Convenience packages are named SQLitePCLRaw.bundle_*.
36
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
36
SQLitePCLRaw.provider.e_sqlite3.uwp10
A SQLitePCL.raw 'provider' bridges the gap between SQLitePCLRaw.core and a particular instance of the native SQLite library. Install this package in your app project and call SQLitePCL.raw.SetProvider(new SQLitePCL.SQLite3Provider_e_sqlite3()); Depending on the platform, you may also need to add one of the SQLitePCLRaw.lib.* packages. Convenience packages are named SQLitePCLRaw.bundle_*.
35

.NET 8.0

  • No dependencies.

.NET Standard 2.0

Version Downloads Last updated
3.0.3 15 05/11/2026
3.0.2 38 12/31/2025
3.0.1 30 12/14/2025
3.0.0 29 12/14/2025
2.1.11 501 12/31/2025
2.1.11-pre20241216174303 30 12/31/2025
2.1.10 1,043 12/10/2025
2.1.10-pre20240828193256 24 12/10/2025
2.1.9 33 12/10/2025
2.1.8 30 12/10/2025
2.1.7 33 12/10/2025
2.1.7-pre20231117161811 25 12/10/2025
2.1.7-pre20231110210158 27 12/10/2025
2.1.6 1,262 12/10/2025
2.1.6-pre20230809203314 29 12/10/2025
2.1.5 28 12/10/2025
2.1.5-pre20230516213315 30 12/10/2025
2.1.4 27 12/10/2025
2.1.4-pre20230105221937 26 12/10/2025
2.1.3 33 12/10/2025
2.1.3-pre20221111222311 28 12/10/2025
2.1.2 28 12/10/2025
2.1.2-pre20220916165053 29 12/10/2025
2.1.2-pre20220913165057 28 12/10/2025
2.1.1 31 12/20/2025
2.1.1-pre20220822172036 26 12/16/2025
2.1.0 30 12/10/2025
2.1.0-pre20220427180151 29 12/10/2025
2.1.0-pre20220318192836 30 12/10/2025
2.1.0-pre20220207221914 25 12/10/2025
2.1.0-pre20220207195309 26 12/10/2025
2.0.8-pre20220111224339 28 12/10/2025
2.0.7 26 12/10/2025
2.0.7-pre20210929171745 30 12/10/2025
2.0.6 28 12/10/2025
2.0.6-pre20210902144138 26 12/10/2025
2.0.5 28 12/10/2025
2.0.5-pre20210824155535 30 12/10/2025
2.0.5-pre20210824155428 23 12/10/2025
2.0.5-pre20210817120427 28 12/10/2025
2.0.5-pre20210521085756 27 12/10/2025
2.0.5-pre20210119130047 28 12/10/2025
2.0.5-pre20201231105030 33 12/10/2025
2.0.4 28 12/10/2025
2.0.4-pre20200828111558 26 12/10/2025
2.0.3 26 12/10/2025
2.0.2 33 12/10/2025
2.0.2-pre20191018090318 27 12/10/2025
2.0.2-pre20191003102319 25 12/10/2025
2.0.2-pre20190904113843 30 12/10/2025
2.0.1 26 12/10/2025
2.0.0 27 12/10/2025
2.0.0-pre20190628101813 31 12/10/2025
2.0.0-pre20190625090255 30 12/10/2025
2.0.0-pre20190621100518 24 12/09/2025
2.0.0-pre20190620134904 27 12/10/2025
1.1.14 30 12/10/2025
1.1.13 32 12/10/2025
1.1.12 27 12/10/2025
1.1.11 31 12/10/2025
1.1.10 26 12/10/2025
1.1.10-pre20180223200113 28 12/10/2025
1.1.9 23 12/10/2025
1.1.9-pre20170905093404 30 12/10/2025
1.1.8 29 12/10/2025
1.1.7 31 12/10/2025
1.1.7-pre20170619212538 23 12/10/2025
1.1.6 28 12/10/2025
1.1.5 33 12/10/2025
1.1.4 29 12/10/2025
1.1.3 35 12/10/2025
1.1.3-pre20170220084037 23 12/10/2025
1.1.2 32 12/10/2025
1.1.2-pre20161207051304 29 12/10/2025
1.1.1 30 12/10/2025
1.1.1-pre20161109081005 30 12/10/2025
1.1.0 33 12/10/2025
1.1.0-pre20160928150051 27 12/10/2025
1.0.1 31 12/10/2025
1.0.0 26 12/10/2025
1.0.0-pre20160912104037 29 12/10/2025
1.0.0-pre20160901085507 26 12/10/2025