histrio / py-couchdb

Modern pure python CouchDB Client.
https://pycouchdb.readthedocs.org/
Other
120 stars 43 forks source link

Add database replication #4

Closed brunobord closed 11 years ago

brunobord commented 11 years ago

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')
brunobord commented 11 years ago

I guess we can close it, now.