🚀 Big News: Socket Acquires Coana to Bring Reachability Analysis to Every Appsec Team.Learn more
Socket
Sign inDemoInstall
Socket

couchdb-export

Package Overview
Dependencies
Maintainers
1
Versions
10
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

couchdb-export

Dump a CouchDB database to a text file

1.0.9
latest
npm
Version published
Weekly downloads
0
Maintainers
1
Weekly downloads
 
Created
Source

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 -

Keywords

couchDb

FAQs

Package last updated on 10 May 2020

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts