Im working on Node.JS SDK on my server for communicating to Couchbase Server and Database . i want to build API calls for storying and retrieving data into/from Couchbase Server Documents. So i want to build a predefined Schemas for Documents in Couchbase Server.
** Is there any tool available for prepare document schemas in Couchbase server.**
In addition to what @ldoguin mentioned, you may want to try going through the node.js tutorial if you haven’t already. It’ll give you a sense of how to develop the objects/schema in the context of building an application.