I am currently taking my first steps with py-couchdb because it seems to be one of the few actively maintained couchdb library for python3. Thank you for your work!
Playing through the quick start guide, I came across the function db.temporary_query(...). Naturally I had to try, just to find out that it does not work. So I dove into the git history, the function seems to be removed since
From my newbie perspective it is discouraging to run into this kind of roadblock during the first steps. Could someone please look into this and update the quick start guide?
Hello there :-)
I am currently taking my first steps with py-couchdb because it seems to be one of the few actively maintained couchdb library for python3. Thank you for your work!
Playing through the quick start guide, I came across the function db.temporary_query(...). Naturally I had to try, just to find out that it does not work. So I dove into the git history, the function seems to be removed since
From my newbie perspective it is discouraging to run into this kind of roadblock during the first steps. Could someone please look into this and update the quick start guide?