couchdb-export

1.0.9 • Public • Published

couchdb-export

logo

Dump a CouchDB database to a file.

Usage

To install:

$ npm install -g couchdb-export

To dump a CouchDB:

$ couchdb-export http://localhost:5984/mydb outputfile -u username -p password
Options:
  -h, --help         this help message        
  -o, --output-file  output file
  -u, --username     username for the CouchDB database (if it's protected)
  -p, --password     password for the CouchDB database (if it's protected)

Examples:
  couchdb-export http://foo:5984/mydb             dump from source to mydb.txt
  couchdb-export http://foo:5984/mydb -o foo      dump from source to foo.txt
  couchdb-export http://foo:5984/mydb -u user -p  dump with authenfication

License

GNU General Public License v3.0 -

/couchdb-export/

    Package Sidebar

    Install

    npm i couchdb-export

    Weekly Downloads

    0

    Version

    1.0.9

    License

    GPL-3.0-or-later

    Unpacked Size

    4.36 kB

    Total Files

    3

    Last publish

    Collaborators

    • veto64