Socket
Socket
Sign inDemoInstall

couchdb-import

Package Overview
Dependencies
194
Maintainers
1
Versions
3
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    couchdb-import

Import a couchdb-export file into a CouchDB database


Version published
Weekly downloads
3
increased by200%
Maintainers
1
Created
Weekly downloads
 

Readme

Source

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 -

Keywords

FAQs

Last updated on 24 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