histrio / py-couchdb

Modern pure python CouchDB Client.
https://pycouchdb.readthedocs.org/
Other
120 stars 43 forks source link

Misleading information in quick start guide? #100

Open dj7lc opened 1 month ago

dj7lc commented 1 month ago

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

commit ea4f2d2655411108f45a023d782f7f3f5748f2fb
Author: Rinat Sabitov
Date:   Fri Oct 19 23:13:18 2018 +0300

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?