Creating views with PHP for couchDB

Posted by Industrial on Stack Overflow See other posts from Stack Overflow or by Industrial
Published on 2010-03-09T17:49:35Z Indexed on 2010/04/14 22:33 UTC
Read the original article Hit count: 251

Filed under:
|
|

Hi! I have started to try out noSQL databases now and are currently testing out couchDB. Seems like a good solution, but I really get some headache when I follow available examples on how to create views (queries) to select documents from a database and sort them.

Everything I can find is regarding Javascript and it would be great to take part of some examples for PHP since that is the language we will use.

So, how do I create views using PHP for couchDB?

© Stack Overflow or respective owner

Related posts about couchdb

Related posts about view