Take me over?
The maintainer of this distribution is looking for someone to take over!
If you're interested then please contact them via
email.
NAME
KiokuDB::Backend::CouchDB - CouchDB backend for KiokuDB
SYNOPSIS
KiokuDB->connect( "couchdb:uri=http://127.0.0.1:5984/database" );
DESCRIPTION
This backend provides KiokuDB support for CouchDB using AnyEvent::CouchDB.
Note that this is the slowest backend of all for reading data, due to the latency in communicating with CouchDB over HTTP.
ATTRIBUTES
- db
-
An AnyEvent::CouchDB::Database instance.
Required.
- create
-
Whether or not to try and create the database on instantiaton.
Defaults to false.
VERSION CONTROL
http://github.com/nothingmuch/kiokudb-backend-couchdb
AUTHOR
Yuval Kogman <nothingmuch@woobling.org>
COPYRIGHT
Copyright (c) 2008 Yuval Kogman, Infinity Interactive. All rights
reserved This program is free software; you can redistribute
it and/or modify it under the same terms as Perl itself.