pouchdb-community / pouchdb-dump-cli

Command-line tool for dumping a CouchDB/PouchDB database to a file
Apache License 2.0
84 stars 20 forks source link

support non-integer update sequences #16

Closed willholley closed 8 years ago

willholley commented 8 years ago

instead of using the update sequence, estimate progress based on the number of docs. This may not be totally accurate, but should be good enough and works on all platforms.

fixes #3

nolanlawson commented 8 years ago

Cool, LGTM. Thanks!

rnewson commented 8 years ago

nice!