Note that there are some explanatory texts on larger screens.

plurals
  1. PO
    primarykey
    data
    text
    <p>You should start by reading the <a href="http://guide.couchdb.org/editions/1/en/index.html" rel="nofollow">CouchDB book</a>.</p> <p>No idea why you don't want to use a module: I think you took an answer out of context (an answer that is probably one year old) and made your decision not to use a module.</p> <p>That is not likely to be helpful to get stuff done. :) You are just repeating work that is done, and issues that have been fixed, etc.</p> <p>If you want to learn CouchDB, read the book. You can read nano's source as it maps really closely to the API and should be easy to read, but the book is the full way to go.</p> <p>If by any reason you decide you still want to implement your own module to do what others already do well, go for it :)</p> <p>If instead you are looking for resources on using nano there are quite a few:</p> <ul> <li>readme: <a href="https://github.com/dscape/nano/blob/master/README.md" rel="nofollow">github</a></li> <li>screencast: <a href="http://nodetuts.com/tutorials/30-couchdb-and-nano.html#video" rel="nofollow">couchdb and nano</a></li> <li>article: <a href="http://writings.nunojob.com/2011/08/nano-minimalistic-couchdb-client-for-nodejs.html" rel="nofollow">nano - a minimalistic couchdb client for nodejs</a></li> <li>article: <a href="http://writings.nunojob.com/2011/09/getting-started-with-nodejs-and-couchdb.html" rel="nofollow">getting started with node.js and couchdb</a></li> <li>article: <a href="http://jackhq.tumblr.com/post/16035106690/nano-v1-2-x-document-update-handler-support-v1-2-x" rel="nofollow">document update handler support</a></li> <li>article: <a href="http://writings.nunojob.com/2012/05/Nano-3.html" rel="nofollow">nano 3</a></li> <li>article: <a href="http://mahoney.eu/2012/05/23/couchdb-cookie-authentication-nodejs-nano/" rel="nofollow">securing a site with couchdb cookie authentication using node.js and nano</a></li> <li>article: <a href="http://blog.jlank.com/2012/07/04/adding-copy-to-nano/" rel="nofollow">adding copy to nano</a></li> <li>article: <a href="http://writings.nunojob.com/2012/07/How-To-Update-A-Document-With-Nano-The-CouchDB-Client-for-Node.js.html" rel="nofollow">how to update a document with nano</a></li> <li>article: <a href="http://writings.nunojob.com/2012/05/Mock-HTTP-Integration-Testing-in-Node.js-using-Nock-and-Specify.html" rel="nofollow">mock http integration testing in node.js using nock and specify</a></li> <li>article: <a href="http://writings.nunojob.com/2011/12/Mock-Testing-CouchDB-Using-NodeJS-With-Nock-And-TAP.html" rel="nofollow">mock testing couchdb in node.js with nock and tap</a></li> </ul>
    singulars
    1. This table or related slice is empty.
    plurals
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. VO
      singulars
      1. This table or related slice is empty.
    2. VO
      singulars
      1. This table or related slice is empty.
    3. VO
      singulars
      1. This table or related slice is empty.
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload