Accessing CouchDB database in python
I’m attempting to connect to a CouchDB database using the cloudant Python library.
My connection to couchdb is successful, and I can see all the databases listed when I call client.all_dbs(), but when I try to access it using client[db_name], it returns None. Here’s the code I tried.
Accessing CouchDB database in python
I’m attempting to connect to a CouchDB database using the cloudant Python library.
My connection to couchdb is successful, and I can see all the databases listed when I call client.all_dbs(), but when I try to access it using client[db_name], it returns None. Here’s the code I tried.
Accessing CouchDB database in python
I’m attempting to connect to a CouchDB database using the cloudant Python library.
My connection to couchdb is successful, and I can see all the databases listed when I call client.all_dbs(), but when I try to access it using client[db_name], it returns None. Here’s the code I tried.