0.1.10 • Published 11 years ago

node-couchdb-mover v0.1.10

Weekly downloads
4
License
MIT
Repository
github
Last release
11 years ago

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
0.1.10

11 years ago

0.1.9

11 years ago

0.1.8

11 years ago

0.1.7

11 years ago

0.1.4

11 years ago

0.1.3

11 years ago

0.1.2

11 years ago

0.1.1

11 years ago