cloudant-labs / data-flow-examples

Examples extracting data from Cloudant and writing it elsewhere
4 stars 4 forks source link

How to get all database from cloudant ? #14

Closed ZaheerUdDeen closed 6 years ago

ZaheerUdDeen commented 6 years ago

from given code below rather than getting only animaldb i want to access all available databases through the loop, how can I do that? image

emlaver commented 6 years ago

@ZaheerUdDeen the sql-cloudant library only supports loading one database at a time.
I see that you've opened an issue with a similar question in Bahir's JIRA issue tracker. Let's address this question in JIRA since we don't handle support questions here, only bugs/typos/etc for the examples. Thanks.