[Catalyst] multiple schemas per application

Jonathan Rockway jon at jrock.us
Tue Feb 26 03:34:03 GMT 2008


* On Mon, Feb 25 2008, Tyler Bird wrote:
> Hi,
>
> How can I support multiple schema's per application
> and share them between applications hopefully without duplication in
> the catalyst framework?

Just create another Catalyst::Model::DBIC::Schema subclass.  You can
have as many as you want.

Regards,
Jonathan Rockway



More information about the Catalyst mailing list