Couchbase.Lite 1.1.0.1

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 --version 1.1.0.1
NuGet\Install-Package Couchbase.Lite -Version 1.1.0.1
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" Version="1.1.0.1" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Couchbase.Lite --version 1.1.0.1
#r "nuget: Couchbase.Lite, 1.1.0.1"
#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 as a Cake Addin
#addin nuget:?package=Couchbase.Lite&version=1.1.0.1

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

A lightweight, document-oriented (NoSQL), syncable database engine for .NET

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 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 (9)

Showing the top 5 NuGet packages that depend on Couchbase.Lite:

Package Downloads
MvvX.Plugins.CouchBaseLite

This package contains the 'CouchBaseLite' plugin for MvvmCross.

Couchbase.Lite.Listener The ID prefix of this package has been reserved for one of the owners of this package by NuGet.org.

Provides Couchbase Lite with a self-hosted REST API.

KidoZen

This package contains the KidoZen SDK assemblies.

NoSqlRepositories.CouchBaseLite

This package is designed for Couchbase lite

Linq2CouchBaseLiteExpression

This package let you create linq queries to querying a couchbase lite database

GitHub repositories (2)

Showing the top 2 popular GitHub repositories that depend on Couchbase.Lite:

Repository Stars
stoveproject/Stove
Domain Driven Design oriented application framework, meets CRUD needs
cmendible/dotnetcore.samples
.NET Core Samples - Code it Yourself...
Version Downloads Last updated
3.1.6 809 3/6/2024
3.1.3 8,693 11/16/2023
3.1.1 3,435 7/18/2023
3.1.0 2,452 4/27/2023
3.0.15 532 11/6/2023
3.0.12 911 6/26/2023
3.0.8 3,105 2/8/2023
3.0.2 14,255 8/2/2022
3.0.0 42,067 2/22/2022
3.0.0-beta02 1,027 10/19/2021
3.0.0-beta01 946 9/21/2021
2.8.6 15,805 8/3/2021
2.8.4 21,133 3/2/2021
2.8.2 12,143 11/20/2020
2.8.0 9,021 9/30/2020
2.7.1 24,507 4/17/2020
2.7.0 7,898 1/16/2020
2.6.4 1,507 2/11/2020
2.6.0 24,111 8/27/2019
2.5.3 2,978 7/31/2019
2.5.2 2,638 7/3/2019
2.5.0 26,917 4/30/2019
2.1.5 1,652 5/23/2019
2.1.2 35,548 11/16/2018
2.1.1 4,562 10/5/2018
2.1.0 2,993 8/30/2018
2.0.3 29,866 6/5/2018
2.0.2 2,008 6/1/2018
2.0.0.1 3,466 4/12/2018
2.0.0 4,255 4/11/2018
1.4.4 6,332 10/17/2018
1.4.1 39,673 11/15/2017
1.4.0 11,036 3/6/2017
1.3.1 8,717 9/13/2016
1.3.0 15,135 8/4/2016
1.2.1.1 6,414 4/26/2016
1.2.1 2,797 4/26/2016
1.2.0.3 6,227 2/9/2016
1.2.0 5,556 2/4/2016
1.1.2 5,651 10/2/2015
1.1.1.1 4,142 8/28/2015
1.1.0.1 3,051 6/18/2015
1.1.0 2,554 6/18/2015
1.1.0-pre1 1,811 5/12/2015
1.1.0-pre 1,889 5/12/2015
1.0.4.1 3,447 1/20/2015
1.0.0 2,878 10/9/2014
0.9.7.1 3,062 10/3/2014
0.9.7 1,979 10/3/2014
0.9.6 2,157 10/2/2014
0.9.5 2,189 9/23/2014
0.9.5-pre9 1,821 9/22/2014
0.9.5-pre8 1,819 9/21/2014
0.9.5-pre7 1,854 9/20/2014
0.9.5-pre6 1,803 9/20/2014
0.9.5-pre5 1,854 9/20/2014
0.9.5-pre4 1,857 9/20/2014
0.9.5-pre3 2,513 9/19/2014
0.9.5-pre2 1,902 9/16/2014
0.9.5-pre10 1,802 9/22/2014
0.9.5-pre 1,999 9/11/2014

Couchbase Lite for .NET 1.1 packs in a number of significant enhancements, including:

     * Self-hosted HTTP REST endpoint. The Couchbase Lite HttpListener now enables your apps to self host it's own REST API, providing a great way to serve data and files to HTTP clients and HTML/JavaScript apps, provide a mechanism for language interop, simple filesharing, or even interprocess communication. Just add the Couchbase.Lite.Listener package to your project.

     * Peer-to-peer sync! With the introduction of Couchbase Lite's self-hosting capability, we've enabled two or more apps using Couchbase Lite to replicate with each other--without any other network infrastructure. We've also included support for the most popular way of discovering peers: Bonjour/DNS-SD. Just add the Couchbase.Lite.Listener.Bonjour package to your project.

     * Overhauled the internal storage code which now implements the single-writer/multiple-reader pattern in order to achieve better peformance and stability.

     Note:Couchbase Lite 1.1 has a new optimized database schema which is not backwards compatible with 1.0.4 and earlier release. Once automatically migrated to the Couchbase Lite 1.1.0 format, your application’s .cblite database files are no longer readable by earlier versions. This would only impact developers attempting to share a database among multiple apps running different versions of Couchbase Lite, or Couchbase Lite downgrade scenarios.

     Features and Improvements

     #425 Add NSFileProtection support for Xamarin.iOS
     #409 Add migration support for iOS 1.1 SQLite db schema
     #405 Add in replication optimization from iOS version
     #392 Make Database.close() method public (API Change)
     #387 Indexing scales poorly, due to suboptimal SQL DELETE query
     #380 Add HttpListener implementation
     #348 Refactor StorageEngine to segregate reads and writes
     #83 Add Router support

     Bug fixes

     #423 RemoteCheckpointDocID not using custom channel sets when computing checkpoint
     #421 Pull sync not working after upgrade from 1.04 to 1.1-pre2 in C# service
     #406 VS can not load sample
     #397 Setting Pusher.DocIds does not filter which docs are actually pushed
     #396 In Owin, getting "Unable to create a storage engine, fatal error" message
     #388 Updating a document using Update() unexpectedly results in a conflict
     #379 ToLiveQuery() doesn't preserve query's attributes
     #372 NullReferenceException when trying to call SetCookie on a Replication object from a C# console application
     #358 Changes performed offline don't sync when going online.
     #335 Intermittent deadlock during perf test
     #319 Not all new documents get queued for pushing to the server sometimes
     #257 Database.RunInTransaction() saves data when the delegate returns false.
     #196 Add no_attachments column support to Database.UpdateAttachments