pouchdb-community / pouchdb-all-dbs

allDbs() plugin for PouchDB
Apache License 2.0
29 stars 17 forks source link

Does it work with remote DB? #27

Open natcohen opened 7 years ago

natcohen commented 7 years ago

I need to get all DB names of my cloudant account... I don't use local DBs and need to get only from the remote.

Is it supposed to work and if it is, how should I configure PouchDB? Do I simply initialize it using: var db = new PouchDB(https://login:pass@myCouch.cloudant.com? How is it supposed to know where is the remote server?