A storage engine provider for Couchbase Lite .NET that utilizies SQLCipher to gain encryption features.
Info
Version: | 1.4.4 |
Author(s): | Jim Borden |
Last Update: | Wednesday, October 17, 2018 |
.NET Fiddle: | Create the first Fiddle |
Project Url: | https://github.com/couchbase/couchbase-lite-net |
NuGet Url: | https://www.nuget.org/packages/Couchbase.Lite.Storage.SQLCipher |
Install
Install-Package Couchbase.Lite.Storage.SQLCipher
dotnet add package Couchbase.Lite.Storage.SQLCipher
paket add Couchbase.Lite.Storage.SQLCipher
Couchbase.Lite.Storage.SQLCipher Download (Unzip the "nupkg" after downloading)
Dependencies
.NETFramework 3.5
- SQLitePCL.raw(>= 0.9.3)
- SQLitePCL.ugly(>= 0.9.3)
- SQLitePCL.plugin.sqlcipher.net35(>= 0.9.3)
- SQLitePCL.native.sqlcipher.linux(>= 0.9.3)
- SQLitePCL.native.sqlcipher.windows(>= 0.9.3)
- SQLitePCL.native.sqlcipher.osx(>= 0.9.3)
- SQLitePCL.raw(>= 0.9.3)
- SQLitePCL.ugly(>= 0.9.3)
- SQLitePCL.plugin.sqlcipher.net45(>= 0.9.3)
- SQLitePCL.native.sqlcipher.linux(>= 0.9.3)
- SQLitePCL.native.sqlcipher.windows(>= 0.9.3)
- SQLitePCL.native.sqlcipher.osx(>= 0.9.3)
- SQLitePCL.raw(>= 0.9.3)
- SQLitePCL.ugly(>= 0.9.3)
- SQLitePCL.plugin.sqlcipher.android(>= 0.9.5)
- SQLitePCL.raw(>= 0.9.3)
- SQLitePCL.ugly(>= 0.9.3)
- SQLitePCL.plugin.sqlcipher.ios_unified(>= 0.9.3)
Tags