couchdb-creator
Utility for dynamically check for, and creating if their existence is doubtful, a specified DB in CouchDB via nano. Intended for stuff like Docker containers where one is unable to create the DB manually via Futon or the like.
Usage
var nano = "http://couchdb:5984"; var creator = ; var foo; ;
With design_doc:
var nano = "http://couchdb:5984"; var creator = ; var doc = "views": "by_name_and_city": { ; } ; var foo; ;