<!--- Provide a general summary of the issue in the Title above --> With the recent release of 2.2.0, we can now query the information of multiple databases through this new endpoint: [_dbs_info](http://docs.couchdb.org/en/stable/api/server/common.html#dbs-info) We could replace the actual separated API call with this bulk call to reduce network requests. ## Expected Behavior <!--- If you're describing a bug, tell us what should happen --> <!--- If you're suggesting a change/improvement, tell us how it should work --> We request the _dbs_info with the database names from the actual paging. ## Current Behavior We request the database information by querying each database separately. ## Possible Solution <!--- Not obligatory, but suggest a fix/reason for the bug, --> <!--- or ideas how to implement the addition or change --> ## Context <!--- How has this issue affected you? What are you trying to accomplish? --> <!--- Providing context helps us come up with a solution that is most useful in the real world -->