histrio/py-couchdb

Add database replication

brunobord opened this issue · 1 comments

why not providing a DB replication method? something like:

db.replicate_from('http://example.com:5984/database')

or

db.replicate_to('http://example.com:5984/database')

I guess we can close it, now.