The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.

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.

Requires

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.