/couchdb-dump

NO LONGER MAINTAINED - DO NOT USE!!! (Tools to dump, modify, and load documents in CouchDB from the command line. Same basic concept as mysqldump, but much more and for CouchDB)

Primary LanguageJavaScript

couchdb-dump

THIS PACKAGE IS NO LONGER MAINTAINED. DO NOT USE.

SEE INSTEAD ... http://stedolan.github.io/jq/

It is possible to simulate most of the functionality of couchdb-dump using curl to fetch the contents of your db, and piping the output through jq.