2008/5/24 Paul Makepeace <[EMAIL PROTECTED]>: > DBIx::Class is certainly powerful, and the dev team is superbly smart; the > list is friendly & helpful too. That said, I find it's substantially more > complicated (versus complex) and difficult to use, esp if you have an SQL > background. You have to really jump through hoops to get some basic (in SQL) > stuff done, and only really recently the docs have got to the point where > you don't have to be a core developer to make full use of it.
Amongst other gems, you can find how to use raw SQL for pretty much everything in DBIx::Class in the Cookbook. http://search.cpan.org/~ash/DBIx-Class-0.08010/lib/DBIx/Class/Manual/Cookbook.pod#Arbitrary_SQL_through_a_custom_ResultSource I tend to have that page and the manual table of contents page open whenever I'm working with DBIx::Class. A. -- http://www.aarontrevena.co.uk LAMP System Integration, Development and Hosting _______________________________________________ BristolBathPM mailing list [email protected] http://mailman.bristolbath.org/mailman/listinfo/bristolbathpm
