
Net::CouchDb::Database - Interface to a CouchDb database

Version 0.01

Represents a single couchdb database.

This should be created via Net::CouchDb's database method.
Get a document with a specific ID, takes additional parameters for revision.
If rev is provided returns a list of the specified revisions,
Add or update a named document.
(put and post are similar, put is only useful if you want to ensure any document inserted already has an id specified.)
Add or update a document.
Delete a document with the given ID
Return the database information (doc_count, update_seq).
Return a list of all documents.
Make a REST/JSON call, automatically adding the correct database to the URI. See Net::CouchDb::call for parameters.

David Leadbeater,
<dgl at dgl dot cx>

Copyright 2007 David Leadbeater, all rights reserved.
This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself, either Perl version 5.8.8 or, at your option, any later version of Perl 5 you may have available.