August 2014
Intermediate to advanced
348 pages
9h 39m
English
CHAPTER 15
![]()
Couchbase Lite on iOS
Chapter 14 introduced Couchbase Lite, the first mobile NoSQL database. During the first part of that chapter, we discussed Couchbase Lite’s use cases and architecture. In this chapter, we are going to dive immediately into the technical aspects of using Couchbase Lite on iOS. If you haven't read Chapter 14 yet, we strongly recommend you read at least the first section as an introduction to this chapter.
Getting Started with Couchbase Lite on iOS
Chapter 14 explains that Couchbase Lite is implemented as a client library. As such, the first step would be adding Couchbase Lite to your project.
Note The code ...