SQLitePCLRaw.core 2.1.12

SQLitePCL.raw is a Portable Class Library (PCL) for low-level (raw) access to SQLite. This package does not provide an API which is friendly to app developers. Rather, it provides an API which handles platform and configuration issues, upon which a friendlier API can be built. In order to use this package, you will need to also add one of the SQLitePCLRaw.provider.* packages and call raw.SetProvider(). Convenience packages are named SQLitePCLRaw.bundle_*.

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,258
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,249
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,202
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,191
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,038
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,037
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.
726
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
648
Microsoft.EntityFrameworkCore.Sqlite.Core
SQLite database provider for Entity Framework Core. This package does not include a copy of the native SQLite library.
645
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
644
Microsoft.EntityFrameworkCore.Sqlite
SQLite database provider for Entity Framework Core.
643
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
114
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
114
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_*.
44
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_*.
40
Microsoft.EntityFrameworkCore.Sqlite
SQLite database provider for Entity Framework Core.
39
SQLitePCLRaw.provider.e_sqlite3.win81
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_*.
39
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
39
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.
38

.NET Standard 2.0

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