Table of Contents
Now that you've installed Couchbase and have probably created a cluster of Couchbase servers, you will need to use a client library to save and retrieve data from the cluster. The Couchbase C client library, also known as libcouchbase, is one way of doing so.
Here's a quick outline of what you'll learn in this chapter:
How to obtain the client library.
How to build the client library from source (optional).
Write a simple program to demonstrate connecting to Couchbase and saving some data.