[Catalyst] Catalyst::Model::DBIC::Schema 0.05 released
Brandon Black
blblack at gmail.com
Fri Feb 17 22:11:09 CET 2006
Catalyst::Model::DBIC::Schema 0.05 is out the door, available for the moment at:
http://pause.perl.org/incoming/Catalyst-Model-DBIC-Schema-0.05.tar.gz
This model allows the encapsulation of an externally-defined
DBIx::Class::Schema (which might or might not be autogenerated by
DBIx::Class::Schema::Loader) in a Catalyst Model, with a number of
helpful shortcuts built-in.
There are two helpers for it: C::H::DBIC::Schema for using an existing
(manual or Schema::Loader) Schema definition, and
C::H::DBIC::SchemaLoader for generating a Schema::Loader definition
that's local to your Cat app and then constructing a model off of that
all in one go (similar to C::M::DBIC in the net results).
-- Brandon
More information about the Catalyst
mailing list