Subject: | DB Reasoning |
Catalyst-Manual-5.8005 > Catalyst::Manual::Tutorial::04_BasicCRUD
http://search.cpan.org/~zarquon/Catalyst-Manual-5.8005/lib/Catalyst/Manual/Tutorial/04_BasicCRUD.pod#EXPLORING_THE_POWER_OF_DBIC
In this part under "EXPLORING THE POWER OF DBIC" I think it would be a
good to mention DBIx::Class::DeploymentHandler and maybe the reason(s)
Catalyst differs from other frameworks like ROR. It's not so much
defending as educating folks about what possibilities exist.
Example: Catalyst isn't shackled to mysql like RoR is.
ROR shackled to ActiveRecord too.
Catalyst doesn't care about the database because you have choices.
An ROR person may incorrectly assume you only have one choice.