Dear Wiki user,

You have subscribed to a wiki page or wiki category on "Couchdb Wiki" for 
change notification.

The "Getting_started_with_Perl" page has been changed by JustinNewman:
http://wiki.apache.org/couchdb/Getting_started_with_Perl?action=diff&rev1=7&rev2=8

  
  Getting started with Perl and the CouchDB API.
  
- The following shows the basics of working with the raw CouchDB REST api from 
Perl. If you want a richer interface that more tightly maps Couch documents 
into Perl (so you don't have to deal with JSON manually, for example), you 
should pick your favourite out of the several implementations: 
[[http://search.cpan.org/dist/CouchDB-Client/|CouchDB::Client]], 
[[http://search.cpan.org/dist/AnyEvent-CouchDB/|AnyEvent::CouchDB]], 
[[http://search.cpan.org/dist/DB-CouchDB-Schema/|DB::CouchDB::Schema]], or for 
POE lovers 
[[http://search.cpan.org/dist/POE-Component-Client-CouchDB/|POE::Component::Client::CouchDB]]
+ The following shows the basics of working with the raw CouchDB REST api from 
Perl. If you want a richer interface that more tightly maps Couch documents 
into Perl (so you don't have to deal with JSON manually, for example), you 
should pick your favourite out of the several implementations: 
[[http://search.cpan.org/~norbu/Store-CouchDB/lib/Store/CouchDB.pm|Store::CouchDB]],
 [[http://search.cpan.org/dist/CouchDB-Client/|CouchDB::Client]], 
[[http://search.cpan.org/dist/AnyEvent-CouchDB/|AnyEvent::CouchDB]], 
[[http://search.cpan.org/dist/DB-CouchDB-Schema/|DB::CouchDB::Schema]], or for 
POE lovers 
[[http://search.cpan.org/dist/POE-Component-Client-CouchDB/|POE::Component::Client::CouchDB]].
  
  Note that these examples all use the new version of CouchDB, with a JSON 
interface rather than XML.
  

Reply via email to