Last month's column was an initial look at CouchDB, a non-relational, open-source database server, now sponsored by the Apache Software Foundation. CouchDB uses many Web-related standards: data is ...
To retrieve data from CouchDB, you create special view documents with JavaScript functions that operate on the JSON content. Although this query model seems very alien to developers who are accustomed ...