The Couchbase Client Library 1.2-Beta includes a new API for some basic cluster management. There are methods for creating, removing and listing buckets. There are similar methods for managing design documents. These new features are found in the new class CouchbaseCluster, under the Couchbase.Management namespace. The main benefit of this new API is that it's now possible to allow your application to create its bucket and set its design documents when it starts up.
Read more »