views:

326

answers:

2

I don't know if the DBIx::Class ORM is substantial enough to justify an entire book on the subject but I'd like to get a recommendation for a book that goes into the details of the DBIx::Class ORM.

+4  A: 

I don't know if you can do much better than the online documentation. Between the introduction, walkthrough example, and cookbook, I think you'll have all you need to get started. Once you've looked through those, most of what you'll need for working with the ORM can be found in the ResultSet pod.

If you're really looking for a book, Jonathan Rockaway's Catalyst has a few chapters on setting up a DBIx-Class model. Obviously, most of that book is going to be irrelevant unless you're writing a Catalyst web app.

wes
I think the DBIx::Class chapter of my book is still one of the best resources. ircxory is a real app with complex data needs, and the book describes it in detail. I would pick up a used copy, though; $30 is a lot to pay for one relevant chapter :)
jrockway
+1  A: 

There is now also a chapter in the new Catalyst book: The Definitive Guide to Catalyst. I'm also updating and extending my tutorial (DBIx::Class::Tutorial) for a EPO grant.

castaway