1.0.9 • Published 4 years ago

couchdb-export v1.0.9

Weekly downloads
-
License
GPL-3.0-or-later
Repository
-
Last release
4 years ago

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 -

1.0.9

4 years ago

1.0.8

5 years ago

1.0.7

5 years ago

1.0.6

5 years ago

1.0.5

5 years ago

1.0.4

5 years ago

1.0.3

5 years ago

1.0.2

5 years ago

1.0.1

5 years ago

1.0.0

5 years ago