Huge News!Announcing our $40M Series B led by Abstract Ventures.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
  • Socket score

Version published
Weekly downloads
0
decreased by-100%
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

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

SocketSocket SOC 2 Logo

Product

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

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc