News Feed
Jobs Feed
Sections




News Archive
Gonzalo Ayuso's Blog:
PHP and couchDB
March 16, 2010 @ 13:55:22

In a recent post to his blog Gonzalo Ayuso has a brief introduction to CouchDB and how you can use it in your application. Most of the post is made up of code samples showing some of the basic relational database operations translated over to a CouchDB database (found in this class).

I come from relational database world. NoSQL is new for me. Maybe I'm wrong but I want to use INSERT, UPDATE, DELETE and SELECT statements in CouchDB in the same way I use them in Relational database. The class is focused in the HTTP Document API. There is a great tutorial here that explains the API. Now I'll show the interface I've made to perform the statements with CouchDB.

There's examples of both simple and more complex selects, updates and deletes as well as the handling of exceptions via two types he's included support for - NoDataFound and DupValOnIndex.

1 comment voice your opinion now!
couchdb interface nosql rdbms


blog comments powered by Disqus

Similar Posts

NetBeans Blog: UI for PHPUnit support

ThinkPHP Blog: Mayflower Barcamp: Developing a PHP extension for Skype

DevShed: User-defined Interfaces in PHP 5 - Turning MySQL Classes into Interface Implementers

Stuart Herbert: Personal Thoughts On The PSR-3 Log Proposal

Jani Hartikainen's Blog: Using a builder to construct complex classes


Community Events









Don't see your event here?
Let us know!


object code development unittest introduction opinion interview language framework api example zendframework2 phpunit podcast testing database composer tool community release

All content copyright, 2013 PHPDeveloper.org :: info@phpdeveloper.org - Powered by the Solar PHP Framework