diwan
v0.0.1
Published
Simple CouchDB library
Downloads
1
Readme
Diwan - A simple CouchDB REST API wrapper
Summary
Diwan is a simple wrapper for CouchDB's REST API. It lets you access the databases, insert documents into them and run queries.
Description
Diwan doesn't intend to abstract away the concepts of CouchDB. All it does is wrap around the REST API in easy to use functions.
Documentation
Document API - http://wiki.apache.org/Connection/HTTP_Document_API Bulk API - http://wiki.apache.org/couchdb/HTTP_Bulk_Document_API Database API - http://wiki.apache.org/couchdb/HTTP_database_API Compaction API - http://wiki.apache.org/couchdb/Compaction Session API - http://wiki.apache.org/couchdb/Session_API List, Shows - http://wiki.apache.org/couchdb/Formatting_with_Show_and_List Validation - http://wiki.apache.org/couchdb/Document_Update_Validation Update - http://wiki.apache.org/couchdb/Document_Update_Handlers
Installation
Install using npm install diwan
. It doesn't have any other
dependencies. It is known to work on Mac, Windows and Linux.