[Catalyst] multiple schemas per application

Matt S Trout dbix-class at trout.me.uk
Sat Mar 8 16:41:42 GMT 2008


On Mon, Feb 25, 2008 at 03:30:52PM -0700, 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?

If you meant db schemas like how pg does it,

->table('schemaname.tablename')

works just fine. if you have any further questions, please ask on the
DBIx::Class list.

-- 
      Matt S Trout       Need help with your Catalyst or DBIx::Class project?
   Technical Director                    http://www.shadowcat.co.uk/catalyst/
 Shadowcat Systems Ltd.  Want a managed development or deployment platform?
http://chainsawblues.vox.com/            http://www.shadowcat.co.uk/servers/



More information about the Catalyst mailing list