> One step beyond, you could even say the document-map is a tree. Why
> even speak of documents and databases?
> Image access like this:
>
> GET couchserver/mydatabase/mydocument/pizzas/eaten
>
> To just get part of the document, or to update part of the document.
> Deleting all documents in the database:
>
> PUT couchserver/mydatabase
>
> {}
That is a really cool idea, but then, how do you get views to work?
What do you pass on to the views for indexing if you don't have a
document entity?
Best regards
Sebastian
|