Hi,

I want to place some database queries in App/lib/App/Modell/App.pm. How
can I access the DBI database handle in that module? Is that the right
place for complex queries?

The database tables are being loaded dynamically by
Catalyst::Model::DBIC::Schema/ DBIx::Class::Schema::Loader. I read that I
can get the DBH via $schema->storage->dbh -- but where do I get $schema
from?

Thanks for your help,

Stephan

_______________________________________________
List: Catalyst@lists.rawmode.org
Listinfo: http://lists.rawmode.org/mailman/listinfo/catalyst
Searchable archive: http://www.mail-archive.com/catalyst@lists.rawmode.org/
Dev site: http://dev.catalyst.perl.org/

Reply via email to