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/
_______________________________________________
List: [email protected]
Listinfo: http://lists.scsys.co.uk/cgi-bin/mailman/listinfo/catalyst
Searchable archive: http://www.mail-archive.com/[email protected]/
Dev site: http://dev.catalyst.perl.org/