couchrest / couchrest_model

Doing the simple stuff so you don't have to
Apache License 2.0
304 stars 116 forks source link

Support for CouchDB show functions? #226

Open datenimperator opened 6 years ago

datenimperator commented 6 years ago

Hi,

not seeing it in the docs nor the code, so please bear with me for posting this question here: Does couchrest_model support show functions?

http://guide.couchdb.org/draft/show.html

My app holds docs that reference each other in a tree-like structure. My idea is: I'd like to implement a show function to retrieve a part of that tree in one request, starting from a given doc id.

Can this be done today? I'm on the latest beta of the gem, and on CouchDB 1.6.1. Regards

Christian