Book Image

Couchbase Essentials

Book Image

Couchbase Essentials

Overview of this book

Table of Contents (15 chapters)
Couchbase Essentials
Credits
About the Author
About the Reviewers
www.PacktPub.com
Preface
Index

Couchbase C SDK


The Couchbase C client library is the core library for several other libraries. It is an asynchronous, single-threaded SDK using callbacks for all operations. It is available on Windows, Linux, and Mac OS X.

Current version

Currently, the latest version is 2.4.5. This SDK should be used for all development against Couchbase Server versions from 2.5 to 3.x.

How to obtain it

C developers can find instructions on building or obtaining the library at http://docs.couchbase.com/developer/c-2.4/download-install.html. Numerous binaries are available at this location.