On Thu, Jan 8, 2009 at 9:33 PM, Tatsuhiko Miyagawa <[email protected]> wrote: > On Thu, Jan 8, 2009 at 8:42 AM, J. Shirley <[email protected]> wrote: >> I've done quite a bit of work with TheSchwartz and Catalyst. >> >> Catalyst does -nothing- with database handles. Absolutely nothing. >> If you use a database, chances are you are using >> Catalyst::Model::DBIC::Schema which then uses DBIx::Class. >> >> TheSchwartz uses Data::ObjectDriver for its ORM. The two play just >> fine together. > > That is absolutely true, but in case if you don't like putting another > ORM into your mod_perl/fastcgi process memory, or want to reuse the > existent DBI connection handles, I put TheSchwartz::Simple on CPAN. > > http://search.cpan.org/dist/TheSchwartz-Simple/ > > </plug> >
Very nice! Now if you can only fix TheSchwartz's docs while you are at it :) miyagawa++ _______________________________________________ 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/
