Couchbase.Lite.Storage.SQLCipher
1.3.0
A storage engine provider for Couchbase Lite .NET that utilizies SQLCipher to gain encryption features.
See the version list below for details.
Install-Package Couchbase.Lite.Storage.SQLCipher -Version 1.3.0
dotnet add package Couchbase.Lite.Storage.SQLCipher --version 1.3.0
<PackageReference Include="Couchbase.Lite.Storage.SQLCipher" Version="1.3.0" />
paket add Couchbase.Lite.Storage.SQLCipher --version 1.3.0
#r "nuget: Couchbase.Lite.Storage.SQLCipher, 1.3.0"
Release Notes
This is a feature release, with a focus on performance. Noteworthy changes:
- Support for OpenID Connect authentication, so you can log into Sync Gateway using a 3rd-party identity like a Google or Yahoo ID.
- Timed expiration of documents can help keep your database from growing indefinitely.
- Better performance with docs that have many revisions. Replication is faster, and older revisions are now automatically cleaned up in SQLite storage.
- Clearer error messages and better logging, including customizable domains and app.config support
- And of course many smaller optimizations, and lots of bug fixes.
For full details please see https://github.com/couchbase/couchbase-lite-net/releases/tag/1.3-pre1
Dependencies
-
.NETFramework 3.5
- SQLitePCL.native.sqlcipher.linux (>= 0.9.1)
- SQLitePCL.native.sqlcipher.osx (>= 0.9.1)
- SQLitePCL.native.sqlcipher.windows (>= 0.9.1)
- SQLitePCL.plugin.sqlcipher.net35 (>= 0.9.1)
- SQLitePCL.raw (>= 0.9.1)
- SQLitePCL.ugly (>= 0.9.1)
-
.NETFramework 4.5
- SQLitePCL.native.sqlcipher.linux (>= 0.9.1)
- SQLitePCL.native.sqlcipher.osx (>= 0.9.1)
- SQLitePCL.native.sqlcipher.windows (>= 0.9.1)
- SQLitePCL.plugin.sqlcipher.net45 (>= 0.9.1)
- SQLitePCL.raw (>= 0.9.1)
- SQLitePCL.ugly (>= 0.9.1)
-
MonoAndroid 0.0
- SQLitePCL.plugin.sqlcipher.android (>= 0.9.1)
- SQLitePCL.raw (>= 0.9.1)
- SQLitePCL.ugly (>= 0.9.1)
-
Xamarin.iOS 0.0
- SQLitePCL.plugin.sqlcipher.ios_unified (>= 0.9.1)
- SQLitePCL.raw (>= 0.9.1)
- SQLitePCL.ugly (>= 0.9.1)
Used By
NuGet packages (1)
Showing the top 1 NuGet packages that depend on Couchbase.Lite.Storage.SQLCipher:
Package | Downloads |
---|---|
MvvX.Plugins.CouchBaseLite.SQLCipher
This package contains the 'CouchBaseLite' plugin for MvvmCross.
|
GitHub repositories (1)
Showing the top 1 popular GitHub repositories that depend on Couchbase.Lite.Storage.SQLCipher:
Repository | Stars |
---|---|
realm/realm-dotnet
Realm is a mobile database: a replacement for SQLite & ORMs
|