SQLitePCLRaw.core 3.0.4

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
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
163
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
164
Microsoft.Data.Sqlite.Core
SQLite implementation of the System.Data.Common provider model. 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
164
Microsoft.Data.Sqlite.Core
SQLite implementation of the System.Data.Common provider model. 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
167
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
171
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
172
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.
165
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_*.
166
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_*.
179
SQLitePCLRaw.provider.e_sqlite3.uwp10
A SQLitePCLRaw 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.
182
SQLitePCLRaw.provider.e_sqlite3.win8
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_*.
167
SQLitePCLRaw.provider.e_sqlite3.wp80
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_*.
163
SQLitePCLRaw.provider.internal
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 '__Internal', which is the mechanism used for pinvoke with a static library on iOS.
163
SQLitePCLRaw.provider.internal
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 '__Internal', which is the mechanism used for pinvoke with a static library on iOS.
164
SQLitePCLRaw.provider.internal
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 '__Internal', which is the mechanism used for pinvoke with a static library on iOS.
168
SQLitePCLRaw.provider.internal.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_internal()); Depending on the platform, you may also need to add one of the SQLitePCLRaw.lib.* packages. Convenience packages are named SQLitePCLRaw.bundle_*.
167
SQLitePCLRaw.provider.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 'sqlite3' to reference the 'system' SQLite.
166
SQLitePCLRaw.provider.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 'sqlite3', to reference the 'system' SQLite. One common use for this provider is to access the SQLite library provided with iOS.
164
SQLitePCLRaw.provider.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 'sqlite3', to reference the 'system' SQLite. One common use for this provider is to access the SQLite library provided with iOS.
168
SQLitePCLRaw.provider.sqlite3.ios_classic
A SQLitePCLRaw 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.
192

.NET 8.0

  • No dependencies.

.NET Standard 2.0

Version Downloads Last updated
3.0.4 5 07/19/2026
3.0.3 22 05/08/2026
3.0.2 112 09/02/2025
3.0.1 111 08/08/2025
3.0.0 90 07/31/2025
2.1.12 4 07/16/2026
2.1.12-pre20260709125052 7 07/10/2026
2.1.11 126 04/02/2025
2.1.11-pre20241216174303 131 12/16/2024
2.1.10 112 09/19/2024
2.1.10-pre20240828193256 109 09/19/2024
2.1.9 114 08/19/2024
2.1.8 136 07/19/2024
2.1.7 150 07/19/2024
2.1.7-pre20231117161811 154 07/19/2024
2.1.7-pre20231110210158 139 07/19/2024
2.1.6 146 07/19/2024
2.1.6-pre20230809203314 129 07/19/2024
2.1.5 135 07/19/2024
2.1.5-pre20230516213315 139 07/19/2024
2.1.4 134 07/19/2024
2.1.4-pre20230105221937 139 07/19/2024
2.1.3 133 07/19/2024
2.1.3-pre20221111222311 129 07/19/2024
2.1.2 133 07/19/2024
2.1.2-pre20220916165053 144 07/19/2024
2.1.2-pre20220913165057 138 07/19/2024
2.1.1 133 07/19/2024
2.1.1-pre20220822172036 147 07/19/2024
2.1.0 134 07/19/2024
2.1.0-pre20220427180151 137 07/19/2024
2.1.0-pre20220318192836 141 07/19/2024
2.1.0-pre20220207221914 136 07/19/2024
2.1.0-pre20220207195309 136 07/19/2024
2.0.8-pre20220111224339 143 07/19/2024
2.0.7 119 07/19/2024
2.0.7-pre20210929171745 148 07/19/2024
2.0.6 127 07/19/2024
2.0.6-pre20210902144138 131 07/19/2024
2.0.5 140 07/19/2024
2.0.5-pre20210824155535 130 07/19/2024
2.0.5-pre20210824155428 135 07/19/2024
2.0.5-pre20210817120427 130 07/19/2024
2.0.5-pre20210521085756 136 07/19/2024
2.0.5-pre20210119130047 135 07/19/2024
2.0.5-pre20201231105030 143 07/19/2024
2.0.4 135 07/19/2024
2.0.4-pre20200828111558 129 07/19/2024
2.0.3 140 07/19/2024
2.0.2 133 07/19/2024
2.0.2-pre20191018090318 137 07/19/2024
2.0.2-pre20191003102319 136 07/19/2024
2.0.2-pre20190904113843 131 07/19/2024
2.0.1 137 07/19/2024
2.0.0 150 07/19/2024
2.0.0-pre20190628101813 152 07/19/2024
2.0.0-pre20190625090255 133 07/19/2024
2.0.0-pre20190621100518 137 07/19/2024
2.0.0-pre20190620134904 124 07/19/2024
1.1.14 131 07/19/2024
1.1.13 140 06/27/2024
1.1.12 130 07/19/2024
1.1.11 127 07/19/2024
1.1.10 132 07/19/2024
1.1.10-pre20180223200113 145 07/19/2024
1.1.9 144 07/19/2024
1.1.9-pre20170905093404 132 07/19/2024
1.1.8 137 07/19/2024
1.1.7 128 07/19/2024
1.1.7-pre20170619212538 126 07/14/2024
1.1.6 142 07/19/2024
1.1.5 134 07/19/2024
1.1.4 133 07/19/2024
1.1.3 126 07/19/2024
1.1.3-pre20170220084037 137 07/19/2024
1.1.2 127 07/19/2024
1.1.2-pre20161207051304 123 07/19/2024
1.1.1 145 07/19/2024
1.1.1-pre20161109081005 122 07/19/2024
1.1.0 166 07/19/2024
1.1.0-pre20160928150051 131 07/19/2024
1.0.1 132 07/19/2024
1.0.0 140 07/19/2024
1.0.0-pre20160912104037 163 07/19/2024
1.0.0-pre20160901085507 147 07/19/2024