SQLitePCL.native.sqlcipher.linux
0.9.2
See the version list below for details.
Requires NuGet 2.8.1 or higher.
dotnet add package SQLitePCL.native.sqlcipher.linux --version 0.9.2
NuGet\Install-Package SQLitePCL.native.sqlcipher.linux -Version 0.9.2
<PackageReference Include="SQLitePCL.native.sqlcipher.linux" Version="0.9.2" />
paket add SQLitePCL.native.sqlcipher.linux --version 0.9.2
#r "nuget: SQLitePCL.native.sqlcipher.linux, 0.9.2"
// Install SQLitePCL.native.sqlcipher.linux as a Cake Addin #addin nuget:?package=SQLitePCL.native.sqlcipher.linux&version=0.9.2 // Install SQLitePCL.native.sqlcipher.linux as a Cake Tool #tool nuget:?package=SQLitePCL.native.sqlcipher.linux&version=0.9.2
This package contains a platform-specific native code build of SQLCipher (see sqlcipher/sqlcipher on GitHub) for use with SQLitePCL.raw. The build of SQLCipher packaged here is built and maintained by Couchbase (see couchbaselabs/couchbase-lite-libsqlcipher on GitHub). To use this, you need SQLitePCL.raw as well as SQLitePCL.plugin.sqlcipher.net45 or similar.
Learn more about Target Frameworks and .NET Standard.
This package has no dependencies.
NuGet packages (1)
Showing the top 1 NuGet packages that depend on SQLitePCL.native.sqlcipher.linux:
Package | Downloads |
---|---|
Couchbase.Lite.Storage.SQLCipher
A storage engine provider for Couchbase Lite .NET that utilizies SQLCipher to gain encryption features. |
GitHub repositories
This package is not used by any popular GitHub repositories.
Version | Downloads | Last updated |
---|---|---|
0.9.4-pre1 | 914 | 8/8/2016 |
0.9.2 | 1,193 | 6/17/2016 |
0.9.2-pre1 | 919 | 6/17/2016 |
0.9.1 | 5,220 | 6/10/2016 |
0.9.0 | 1,036 | 6/6/2016 |
0.9.0-pre8 | 873 | 5/9/2016 |
0.9.0-pre7 | 884 | 4/18/2016 |
0.9.0-pre6 | 882 | 4/11/2016 |
0.9.0-pre5 | 977 | 3/21/2016 |
NOTE that 0.9 is a major restructuring of the NuGet packages, and in some cases, upgrading from previous versions will require changes. The main package (SQLitePCL.raw) no longer has native code embedded in it. For situations where you do not want to use the default SQLite for your platform, add one of the SQLitePCL.plugin.* packages. See the SQLitePCL.raw page on GitHub for more info.