
POE::Component::Client::CouchDB::Database

Version 0.05

This class is for easy interaction with a single CouchDB database. As with POE::Component::Client::CouchDB, everything goes through the call interface, which you can use to do anything fancy not provided by the other helpers.

The <POE::Component::Client::CouchDB> object that this database lives on. Required.
The name of the database to interact with. Required.

Where a doc is specified in the methods below, it means a simple perl HASH in the structure described in by the CouchDB docs.
This is call with the url and database parts filled in - use a path such as "_all_docs" instead. You shouldn't need to use this directly, so don't.
These all do what you would expect according to the CouchDB documentation. See http://wiki.apache.org/couchdb/HttpDocumentApi.

Paul Driver,
<frodwith at cpan.org>

Probably.

Copyright 2008 Paul Driver
This program is free software; you can redistribute it and/or modify it under the same terms as Perl itself.