[Catalyst] Catalys & TheSchwartz, was Catalyst modperl - child process segmentation fault

J. Shirley jshirley at gmail.com
Fri Jan 9 05:48:13 GMT 2009


On Thu, Jan 8, 2009 at 9:33 PM, Tatsuhiko Miyagawa <miyagawa at gmail.com> wrote:
> On Thu, Jan 8, 2009 at 8:42 AM, J. Shirley <jshirley at gmail.com> 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++



More information about the Catalyst mailing list