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
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.
159
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.
153
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.
151
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.
148
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.
145
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.
145
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.
144
SQLitePCLRaw.provider.dynamic
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.
143
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.
143
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.
143
SQLitePCLRaw.provider.e_sqlite3.net45
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_*.
143
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.
142
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.
141
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_*.
141
SQLitePCLRaw.provider.e_sqlite3.netstandard11
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_*.
140
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_*.
140
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.
140
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.
139
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.
139
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.
138

.NET 8.0

  • No dependencies.

.NET Standard 2.0

Version Downloads Last updated
3.0.3 8 5/8/2026
3.0.2 62 9/4/2025
3.0.1 63 8/7/2025
3.0.0 66 8/3/2025
2.1.11 73 3/9/2025
2.1.11-pre20241216174303 88 12/21/2024
2.1.10 92 9/13/2024
2.1.10-pre20240828193256 87 9/2/2024
2.1.9 106 8/7/2024
2.1.8 122 2/17/2024
2.1.7 122 11/24/2023
2.1.7-pre20231117161811 112 11/20/2023
2.1.7-pre20231110210158 114 11/13/2023
2.1.6 111 10/8/2023
2.1.6-pre20230809203314 135 8/12/2023
2.1.5 127 5/20/2023
2.1.5-pre20230516213315 119 5/20/2023
2.1.4 112 2/26/2023
2.1.4-pre20230105221937 129 2/6/2023
2.1.3 124 12/7/2022
2.1.3-pre20221111222311 117 12/7/2022
2.1.2 117 9/19/2022
2.1.2-pre20220916165053 124 9/18/2022
2.1.2-pre20220913165057 106 9/19/2022
2.1.1 133 9/19/2022
2.1.1-pre20220822172036 118 9/19/2022
2.1.0 121 7/1/2022
2.1.0-pre20220427180151 139 7/1/2022
2.1.0-pre20220318192836 136 7/1/2022
2.1.0-pre20220207221914 126 7/1/2022
2.1.0-pre20220207195309 126 7/1/2022
2.0.8-pre20220111224339 117 7/1/2022
2.0.7 133 7/1/2022
2.0.7-pre20210929171745 123 7/1/2022
2.0.6 123 7/1/2022
2.0.6-pre20210902144138 121 7/1/2022
2.0.5 138 7/1/2022
2.0.5-pre20210824155535 132 7/1/2022
2.0.5-pre20210824155428 130 7/1/2022
2.0.5-pre20210817120427 126 7/1/2022
2.0.5-pre20210521085756 125 7/1/2022
2.0.5-pre20210119130047 129 7/1/2022
2.0.5-pre20201231105030 136 7/1/2022
2.0.4 120 7/1/2022
2.0.4-pre20200828111558 123 7/1/2022
2.0.3 127 7/1/2022
2.0.2 125 7/1/2022
2.0.2-pre20191018090318 117 7/1/2022
2.0.2-pre20191003102319 122 7/1/2022
2.0.2-pre20190904113843 117 7/1/2022
2.0.1 157 7/1/2022
2.0.0 120 7/1/2022
2.0.0-pre20190628101813 122 7/1/2022
2.0.0-pre20190625090255 129 7/1/2022
2.0.0-pre20190621100518 123 7/1/2022
2.0.0-pre20190620134904 138 7/1/2022
1.1.14 122 7/1/2022
1.1.13 115 7/1/2022
1.1.12 107 7/1/2022
1.1.11 121 7/1/2022
1.1.10 109 7/1/2022
1.1.10-pre20180223200113 116 7/1/2022
1.1.9 130 7/1/2022
1.1.9-pre20170905093404 106 7/1/2022
1.1.8 111 7/1/2022
1.1.7 113 7/1/2022
1.1.7-pre20170619212538 106 7/1/2022
1.1.6 121 7/1/2022
1.1.5 113 7/1/2022
1.1.4 107 7/1/2022
1.1.3 117 7/1/2022
1.1.3-pre20170220084037 103 7/1/2022
1.1.2 112 7/1/2022
1.1.2-pre20161207051304 109 7/1/2022
1.1.1 120 7/1/2022
1.1.1-pre20161109081005 111 7/1/2022
1.1.0 124 7/1/2022
1.1.0-pre20160928150051 124 7/1/2022
1.0.1 105 7/1/2022
1.0.0 114 7/1/2022
1.0.0-pre20160912104037 108 7/1/2022
1.0.0-pre20160901085507 94 7/1/2022