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?
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?