couchdb-dumpdeprecated

Tools to dump, modify, and load documents in CouchDB from the command line. (Same basic concept as mysqldump, but much more and for CouchDB)

Usage no npm install needed!

<script type="module">
  import couchdbDump from 'https://cdn.skypack.dev/couchdb-dump';
</script>

README

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.