0.1.10 • Published 11 years ago
node-couchdb-mover v0.1.10
node-couchdb-mover
Simple node.js util for CouchDB for moving all documents from one database to another
Install
npm install node-couchdb-mover
Usage
Example 1:
var mover = require('node-couchdb-mover');
mover.moveDocuments( 'dbName1', 'dbName2' );
Example 2:
npm install -g node-couchdb-mover
couchdb-mover --from=dbName1 --to=dbName2