The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

Catalyst::Helper::Model::CouchDB - Helper for CouchDB models

SYNOPSIS

 script/myapp_create.pl model MyModel CouchDB uri

DESCRIPTION

Helper for the Catalyst CouchDB model.

USAGE

When creating a new CouchDB model class using this helper, you may specify the server to which to connect (assuming you don't intend to load that parameter from an external configuration). If you would like to see other options exposed simply ask.

METHODS

mk_compclass

Makes the model class.

mk_comptest

Makes tests.

AUTHOR

Robin Berjon, <robin @t berjon d.t com>

BUGS

Please report any bugs or feature requests to bug-catalyst-model-couchdb at rt.cpan.org, or through the web interface at http://rt.cpan.org/NoAuth/ReportBug.html?Queue=Catalyst-Model-CouchDB.

COPYRIGHT & LICENSE

Copyright 2008 Robin Berjon, 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.