SQLitePCLRaw.core 1.1.0-pre20160928150051

SQLitePCLRaw 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(). Most users should just start with one of the packages named SQLitePCLRaw.bundle_*.

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
148
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
151
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
150
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
153
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
153
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
157
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.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_*.
150
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_*.
165
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.
169
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_*.
147
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_*.
150
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.
147
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.
150
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.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_*.
151
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.
150
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.
149
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.
155
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.
174

1.1.0: remove iOS Classic support. add sqlite3_enable_load_extension. add sqlite3_config. 1.0.1: fix problem with bundle_e_sqlite3 on iOS. fix issues with .NET Core. add bundle_sqlcipher. 1.0.0 release: Contains minor breaking changes since 0.9.x. All package names now begin with SQLitePCLRaw. Now supports netstandard. Fixes for UWP and Android N. Change all unit tests to xunit. Support for winsqlite3.dll and custom SQLite builds.

Any 0.0

  • No dependencies.

MonoAndroid 0.0

  • No dependencies.

Xamarin.iOS 1.0

  • No dependencies.

.NET Framework 3.5

  • No dependencies.

.NET Framework 4.0

  • No dependencies.

.NET Framework 4.5

  • No dependencies.

Windows 8.1

  • No dependencies.

WindowsPhoneApp 8.1

  • No dependencies.

WindowsPhone 8.0

  • No dependencies.

UAP 10.0

.NETPortable 0.0

  • No dependencies.

.NETPortable 0.0

  • No dependencies.

.NETPortable 0.0

  • No dependencies.

.NET Standard 1.1

Version Downloads Last updated
3.0.3 3 05/08/2026
3.0.2 92 09/02/2025
3.0.1 94 08/08/2025
3.0.0 76 07/31/2025
2.1.11 106 04/02/2025
2.1.11-pre20241216174303 112 12/16/2024
2.1.10 98 09/19/2024
2.1.10-pre20240828193256 96 09/19/2024
2.1.9 102 08/19/2024
2.1.8 123 07/19/2024
2.1.7 139 07/19/2024
2.1.7-pre20231117161811 145 07/19/2024
2.1.7-pre20231110210158 124 07/19/2024
2.1.6 129 07/19/2024
2.1.6-pre20230809203314 118 07/19/2024
2.1.5 122 07/19/2024
2.1.5-pre20230516213315 128 07/19/2024
2.1.4 121 07/19/2024
2.1.4-pre20230105221937 127 07/19/2024
2.1.3 120 07/19/2024
2.1.3-pre20221111222311 115 07/19/2024
2.1.2 121 07/19/2024
2.1.2-pre20220916165053 130 07/19/2024
2.1.2-pre20220913165057 126 07/19/2024
2.1.1 120 07/19/2024
2.1.1-pre20220822172036 133 07/19/2024
2.1.0 118 07/19/2024
2.1.0-pre20220427180151 125 07/19/2024
2.1.0-pre20220318192836 129 07/19/2024
2.1.0-pre20220207221914 121 07/19/2024
2.1.0-pre20220207195309 124 07/19/2024
2.0.8-pre20220111224339 132 07/19/2024
2.0.7 108 07/19/2024
2.0.7-pre20210929171745 136 07/19/2024
2.0.6 113 07/19/2024
2.0.6-pre20210902144138 120 07/19/2024
2.0.5 126 07/19/2024
2.0.5-pre20210824155535 119 07/19/2024
2.0.5-pre20210824155428 119 07/19/2024
2.0.5-pre20210817120427 119 07/19/2024
2.0.5-pre20210521085756 120 07/19/2024
2.0.5-pre20210119130047 123 07/19/2024
2.0.5-pre20201231105030 129 07/19/2024
2.0.4 123 07/19/2024
2.0.4-pre20200828111558 118 07/19/2024
2.0.3 126 07/19/2024
2.0.2 117 07/19/2024
2.0.2-pre20191018090318 123 07/19/2024
2.0.2-pre20191003102319 123 07/19/2024
2.0.2-pre20190904113843 120 07/19/2024
2.0.1 123 07/19/2024
2.0.0 132 07/19/2024
2.0.0-pre20190628101813 134 07/19/2024
2.0.0-pre20190625090255 121 07/19/2024
2.0.0-pre20190621100518 124 07/19/2024
2.0.0-pre20190620134904 110 07/19/2024
1.1.14 110 07/19/2024
1.1.13 128 06/27/2024
1.1.12 118 07/19/2024
1.1.11 109 07/19/2024
1.1.10 120 07/19/2024
1.1.10-pre20180223200113 132 07/19/2024
1.1.9 134 07/19/2024
1.1.9-pre20170905093404 123 07/19/2024
1.1.8 123 07/19/2024
1.1.7 116 07/19/2024
1.1.7-pre20170619212538 120 07/14/2024
1.1.6 131 07/19/2024
1.1.5 121 07/19/2024
1.1.4 118 07/19/2024
1.1.3 116 07/19/2024
1.1.3-pre20170220084037 125 07/19/2024
1.1.2 113 07/19/2024
1.1.2-pre20161207051304 111 07/19/2024
1.1.1 132 07/19/2024
1.1.1-pre20161109081005 109 07/19/2024
1.1.0 152 07/19/2024
1.1.0-pre20160928150051 117 07/19/2024
1.0.1 120 07/19/2024
1.0.0 128 07/19/2024
1.0.0-pre20160912104037 149 07/19/2024
1.0.0-pre20160901085507 133 07/19/2024