SQLitePCLRaw.core 3.0.1
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.
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.
|
80 |
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.
|
69 |
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
|
65 |
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
|
55 |
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_*.
|
54 |
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
|
53 |
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.
|
53 |
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.
|
48 |
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.
|
47 |
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
|
45 |
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.
|
45 |
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.
|
44 |
SQLitePCLRaw.provider.e_sqlite3.netstandard11
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.
|
42 |
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
|
42 |
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
|
41 |
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
|
40 |
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
|
39 |
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.
|
39 |
.NET Standard 2.0
- System.Memory (>= 4.6.3)
Version | Downloads | Last updated |
---|---|---|
3.0.1 | 3 | 08/08/2025 |
3.0.0 | 2 | 08/03/2025 |
2.1.11 | 18 | 03/15/2025 |
2.1.11-pre20241216174303 | 22 | 12/18/2024 |
2.1.10 | 24 | 09/13/2024 |
2.1.10-pre20240828193256 | 22 | 09/05/2024 |
2.1.9 | 26 | 08/07/2024 |
2.1.8 | 31 | 02/08/2024 |
2.1.7 | 24 | 01/27/2024 |
2.1.7-pre20231117161811 | 21 | 01/27/2024 |
2.1.7-pre20231110210158 | 23 | 01/26/2024 |
2.1.6 | 42 | 10/05/2023 |
2.1.6-pre20230809203314 | 21 | 01/26/2024 |
2.1.5 | 20 | 02/20/2024 |
2.1.5-pre20230516213315 | 50 | 08/26/2023 |
2.1.4 | 38 | 08/16/2023 |
2.1.4-pre20230105221937 | 28 | 09/01/2023 |
2.1.3 | 34 | 06/08/2023 |
2.1.3-pre20221111222311 | 42 | 09/29/2023 |
2.1.2 | 23 | 09/05/2023 |
2.1.2-pre20220916165053 | 35 | 08/25/2023 |
2.1.2-pre20220913165057 | 31 | 08/31/2023 |
2.1.1 | 26 | 02/20/2024 |
2.1.1-pre20220822172036 | 38 | 08/30/2023 |
2.1.0 | 29 | 12/07/2023 |
2.1.0-pre20220427180151 | 28 | 08/28/2023 |
2.1.0-pre20220318192836 | 44 | 08/28/2023 |
2.1.0-pre20220207221914 | 28 | 08/25/2023 |
2.1.0-pre20220207195309 | 25 | 08/28/2023 |
2.0.8-pre20220111224339 | 28 | 09/01/2023 |
2.0.7 | 36 | 09/26/2023 |
2.0.7-pre20210929171745 | 34 | 08/26/2023 |
2.0.6 | 24 | 03/20/2023 |
2.0.6-pre20210902144138 | 26 | 10/17/2023 |
2.0.5 | 26 | 01/21/2024 |
2.0.5-pre20210824155535 | 52 | 08/28/2023 |
2.0.5-pre20210824155428 | 46 | 08/31/2023 |
2.0.5-pre20210817120427 | 30 | 08/26/2023 |
2.0.5-pre20210521085756 | 37 | 10/18/2023 |
2.0.5-pre20210119130047 | 25 | 08/25/2023 |
2.0.5-pre20201231105030 | 22 | 08/24/2023 |
2.0.4 | 34 | 05/06/2022 |
2.0.4-pre20200828111558 | 26 | 08/27/2023 |
2.0.3 | 24 | 02/20/2024 |
2.0.2 | 92 | 07/02/2020 |
2.0.2-pre20191018090318 | 48 | 08/17/2023 |
2.0.2-pre20191003102319 | 24 | 02/20/2024 |
2.0.2-pre20190904113843 | 26 | 08/26/2023 |
2.0.1 | 38 | 09/13/2023 |
2.0.0 | 22 | 02/20/2024 |
2.0.0-pre20190628101813 | 22 | 08/30/2023 |
2.0.0-pre20190625090255 | 25 | 08/30/2023 |
2.0.0-pre20190621100518 | 47 | 08/29/2023 |
2.0.0-pre20190620134904 | 30 | 08/29/2023 |
1.1.14 | 46 | 08/28/2023 |
1.1.13 | 36 | 08/31/2023 |
1.1.12 | 41 | 08/25/2023 |
1.1.11 | 20 | 08/28/2023 |
1.1.10 | 26 | 08/30/2023 |
1.1.10-pre20180223200113 | 28 | 08/30/2023 |
1.1.9 | 26 | 02/20/2024 |
1.1.9-pre20170905093404 | 29 | 08/26/2023 |
1.1.8 | 25 | 02/20/2024 |
1.1.7 | 56 | 11/29/2019 |
1.1.7-pre20170619212538 | 32 | 08/25/2023 |
1.1.6 | 53 | 08/28/2023 |
1.1.5 | 26 | 02/12/2024 |
1.1.4 | 29 | 02/12/2024 |
1.1.3 | 23 | 02/20/2024 |
1.1.3-pre20170220084037 | 31 | 08/29/2023 |
1.1.2 | 20 | 02/20/2024 |
1.1.2-pre20161207051304 | 27 | 08/30/2023 |
1.1.1 | 23 | 02/20/2024 |
1.1.1-pre20161109081005 | 28 | 08/26/2023 |
1.1.0 | 42 | 09/04/2023 |
1.1.0-pre20160928150051 | 25 | 08/29/2023 |
1.0.1 | 24 | 02/20/2024 |
1.0.0 | 39 | 02/11/2024 |
1.0.0-pre20160912104037 | 20 | 08/29/2023 |
1.0.0-pre20160901085507 | 39 | 02/20/2024 |