On Sun, Sep 13, 2009 at 4:12 AM, Vlad GURDIGA <[email protected]> wrote: > It seams intuitive that _show actually shows you something and does > not handle update actions. > > On the other hand why would we need an _update thing? Doesn't CouchDB > handle that itself? > (Excuse me if the question is stupid, I was not on #couchdb at the > time when this discussion took place.) >
_update allows you to mutate incoming JSON docs before they get saved to the database. Paul Davis
