1.0.2 • Published 4 years ago

couchdb-import v1.0.2

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

couchdb-import

logo

Import a couchdb-export dump into CouchDB

Usage

To install:

$ npm install -g couchdb-import

To dump a CouchDB:

$ couchdb-import http://localhost:5984/mydb -f file.txt -u username -p password
Options:
  -h, --help         this help message        
  -i, --input file   file to import
  -u, --username     username for the CouchDB database (if it's protected)
  -p, --password     password for the CouchDB database (if it's protected)

Examples:
  couchdb-import http://foo:5984/mydb -i foo.txt  
  couchdb-import http://foo:5984/mydb -i foo.txt -u foo -p barbar import with authenfication

License

GNU General Public License v3.0 -