Socket
Socket
Sign inDemoInstall

couchdb-export

Package Overview
Dependencies
103
Maintainers
1
Versions
10
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    couchdb-export

Dump a CouchDB database to a text file


Version published
Weekly downloads
11
Maintainers
1
Install size
20.4 MB
Created
Weekly downloads
 

Readme

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

FAQs

Last updated on 10 May 2020

Did you know?

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

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc