Category: Couchbase Lite

Tutorial: RecyclerView with Couchbase Lite as Data Source in Android
Tutorial: RecyclerView with Couchbase Lite as Data Source in Android

The RecyclerView widget is a popular option on Android for displaying dynamic data collections. This tutorial discusses the fundamentals of using Couchbase Lite , an embedded NoSQL database as a data source for your RecyclerView.

The Couchbase Data Platform in Action: Configuring the Application
The Couchbase Data Platform in Action: Configuring the Application

Note: This post uses the the Couchbase Analytics Data Definition Language as of the version 5.5 preview release.  For updates and information on breaking changes in newer versions, please refer to Changes to the Couchbase Analytics Service. For the Couchbase Connect...

Tutorial: Using the Query API With Couchbase Lite, iOS
Tutorial: Using the Query API With Couchbase Lite, iOS

This tutorial demonstrates the use of SQL-like Query API in Couchbase Lite 2.0 using a prebuilt Database bundled with your iOS Swift App.

Xcode Playground for Exploring Query API in Couchbase Lite 2.0
Xcode Playground for Exploring Query API in Couchbase Lite 2.0

This post is a step-by-step guide to using Xcode Playground to test and explore the Query API in Couchbase Mobile 2.0. Given the unified nature of the QueryBuilder API you should be able to easily translate the swift queries to any of the other platform languages supported in Couchbase Lite

Document Conflicts & Resolution in Couchbase Mobile 2.0
Document Conflicts & Resolution in Couchbase Mobile 2.0

This post discusses the fundamentals of how document conflicts are handled in Couchbase Mobile 2.0 using “automatic conflict resolution”.

Introducing JOIN Queries in Couchbase Mobile
Introducing JOIN Queries in Couchbase Mobile

This post discusses how you can JOIN JSON documents in Couchbase Mobile. This capability allows you to combine the contents of multiple JSON documents.

Introducing Full Text Search (FTS) in Couchbase Mobile 2.0
Introducing Full Text Search (FTS) in Couchbase Mobile 2.0

Couchbase Mobile 2.0 brings us powerful Full text Search (FTS) capabilities of your JSON Documents. This post walks you through several use cases.

How to Query Array Collections in Couchbase Lite
How to Query Array Collections in Couchbase Lite

In this Couchbase blog post, we will discuss array query collections conducted using Couchbase Lite, the new API query interface based on N1QL.

Sharing and Syncing Data between iOS Apps and App Extensions across devices
Sharing and Syncing Data between iOS Apps and App Extensions across devices

Use Couchbase Mobile Database in a shared container to share data between an iOS App and corresponding App Extension and to sync data across devices

Introducing the Query Interface in Couchbase Mobile 2.0
Introducing the Query Interface in Couchbase Mobile 2.0

Couchbase Mobile 2.0 supports a new query interface based on N1QL, Couchbase’s declarative query language that extends SQL for JSON.