Couchbase.Lite.Storage.SystemSQLite 1.3.0

The ID prefix of this package has been reserved for one of the owners of this package by NuGet.org. Prefix Reserved
There is a newer version of this package available.
See the version list below for details.
dotnet add package Couchbase.Lite.Storage.SystemSQLite --version 1.3.0
NuGet\Install-Package Couchbase.Lite.Storage.SystemSQLite -Version 1.3.0
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="Couchbase.Lite.Storage.SystemSQLite" Version="1.3.0" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Couchbase.Lite.Storage.SystemSQLite --version 1.3.0
#r "nuget: Couchbase.Lite.Storage.SystemSQLite, 1.3.0"
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
// Install Couchbase.Lite.Storage.SystemSQLite as a Cake Addin
#addin nuget:?package=Couchbase.Lite.Storage.SystemSQLite&version=1.3.0

// Install Couchbase.Lite.Storage.SystemSQLite as a Cake Tool
#tool nuget:?package=Couchbase.Lite.Storage.SystemSQLite&version=1.3.0

A storage engine provider for Couchbase Lite .NET that utilizies the system-installed SQLite library

Product Compatible and additional computed target framework versions.
.NET net6.0-android was computed.  net7.0-android was computed.  net8.0-android was computed. 
.NET Framework net35 is compatible.  net40 was computed.  net403 was computed.  net45 is compatible.  net451 was computed.  net452 was computed.  net46 was computed.  net461 was computed.  net462 was computed.  net463 was computed.  net47 was computed.  net471 was computed.  net472 was computed.  net48 was computed.  net481 was computed. 
MonoAndroid monoandroid is compatible. 
Xamarin.iOS xamarinios10 is compatible. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages (2)

Showing the top 2 NuGet packages that depend on Couchbase.Lite.Storage.SystemSQLite:

Package Downloads
C8oFullSyncExtensions

This package contains everything you need to access the Convertigo Mobile Backend as Service (MBaaS) for extended operations such as using the FullSync technology providing offline data and backend synchronization to enterprise applications for your Xamarin and .NET mobile Apps.

PredixSDK.Couchbase.Lite

A fork of the Couchbase Lite 1.4 (https://github.com/couchbase/couchbase-lite-net) modified for use with Xamarin and PredixSDK

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
1.4.4 13,861 10/17/2018
1.4.1 47,056 11/15/2017
1.4.0 11,426 3/6/2017
1.3.1 8,615 9/13/2016
1.3.0 15,146 8/4/2016
1.2.1.1 6,462 4/26/2016
1.2.1 2,817 4/26/2016
1.2.0 11,582 2/4/2016

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