You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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:[email protected]? How is it supposed to know where is the remote server?
The text was updated successfully, but these errors were encountered:
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:[email protected]
? How is it supposed to know where is the remote server?The text was updated successfully, but these errors were encountered: