You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@couchdb.apache.org by Apache Wiki <wi...@apache.org> on 2008/09/01 02:57:08 UTC

[Couchdb Wiki] Update of "GettingStartedWithPerl" by JeremyWall

Dear Wiki user,

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

The following page has been changed by JeremyWall:
http://wiki.apache.org/couchdb/GettingStartedWithPerl

------------------------------------------------------------------------------
  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/Net-CouchDb/ Net::CouchDb] (See also [http://git.ndrix.com/?p=Net-CouchDB Michael Hendricks' version]), [http://search.cpan.org/dist/CouchDB-Client/ CouchDB::Client], [http://search.cpan.org/dist/AnyEvent-CouchDB/ AnyEvent::CouchDB], 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/dist/Net-CouchDb/ Net::CouchDb] (See also [http://git.ndrix.com/?p=Net-CouchDB Michael Hendricks' version]), [http://search.cpan.org/dist/CouchDB-Client/ CouchDB::Client], [http://search.cpan.org/dist/AnyEvent-CouchDB/ AnyEvent::CouchDB], [http://search.cpan.org/~zaphar/DB-CouchDB-Schema-0.2.1/lib/DB/CouchDB/Schema.pm 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.