AnyEvent-CouchDB

 view release on metacpan or  search on metacpan

Changes  view on Meta::CPAN


1.23 2011-04-09
  - Exception::Class based exceptions implemented in AnyEvent::CouchDB::Exceptions
  - $options{header} is not deleted anymore
  - $db->view passes authentication information

1.22 2010-10-12
  - Reverted a change to the exception code that serialized the exception data to JSON.

1.21 2010-09-13
  - Had some problems with PAUSE.  Same as 1.20.  Reuploading.

1.20 2010-05-13
  - a double-utf8 bug was fixed (by Stéphane)
  - fetch attachments using open_attachment(). (by Michael Zedeler)

1.19 2010-05-06
  - AnyEvent::CouchDB::Stream !!! (by franckcuny)

1.18 2010-04-15
  - encode the exception message as json (by franckcuny)

Changes  view on Meta::CPAN

    (by Jan-Felix Wittmann)

1.08 2009-01-05
  - used META_MERGE instead of my Makefile.PL hack to
    exclude the eg/ directory from being indexed by CPAN
    (by Yuval Kogman)
  - added support for /db/_all_docs URL via the new open_docs() method.
    (by Jan-Felix Wittmann)

1.07 2008-12-25
  - 1.06 was a failed upload.  Let's try this again.

1.06 2008-12-25
  - not only 200 is OK, bulk docs returns 201 on success 
    (by Yuval Kogman)
  - use URI->path to set the DB name (no problems with missing leading slash)
    (by Yuval Kogman)

1.05 2008-12-10
  - Regarding RT#41596, I don't want to penalize people who
    were following the docs, so when you say

bin/couchdb-push  view on Meta::CPAN


Overwrite existing documents when pushing to mydb:

  couchdb-push --force * mydb

=head1 DESCRIPTION

This script will take a list of JSON-encoded files and publish them to a
CouchDB database.  The paths of the filenames will be used as document ids in
CouchDB, and slashes in the path will be escaped properly.  This will let you
upload documents that have ids with '/'s in them (like '_design/docs').

=head1 SEE ALSO

L<AnyEvent::CouchDB>, L<AnyEvent::CouchDB::Database>

=head1 AUTHOR

John Beppu E<lt>john.beppu@gmail.comE<gt>

=cut



( run in 2.271 seconds using v1.01-cache-2.11-cpan-b16cb0d3907 )