minimalistic couchdb driver for node.js
nano
features:- minimalistic - there is only a minimum of abstraction between you and couchdb
- pipes - proxy requests from couchdb directly to your end user
-
errors - errors are proxied directly from couchdb: if you know couchdb
you already know
nano
.
installation
- install npm
npm install nano
table of contents
- getting started
- tutorials & screencasts
- configuration
-
database functions
- nano.db.create(name, [callback])
- nano.db.get(name, [callback])
- nano.db.destroy(name, [callback])
- nano.db.list([callback])
- nano.db.compact(name, [designname], [callback])
- nano.db.replicate(source, target, [opts], [callback])
- nano.db.changes(name, [params], [callback])
- nano.db.follow(name, [params], [callback])
- nano.use(name)
- nano.request(opts, [callback])
- nano.config
- document functions
- multipart functions
- attachments functions
- views and design functions
- using cookie authentication
- advanced features
- tests