A small node module to help deal with an arbitraty url pointing to couchdb.
The goal of this library is to take one couchdb url, and provide as much information as possible about the couchdb that url is pointing to. It uses with the node 'url' module, and possibly some url probing to determine useful couchdb endpoints. Some information might take time to determine, so those methods will have a callback. Once called though, information will be cached so second and subsequent access will be fast.