Wouldnt it be nice if you had fully working code for insert favorite ORM here? Have you ever been frustrated with partial examples that simply dont completely work? Have you been stumped with building a realistic schema and using it on realistic database problems?

Well, if so, then DBIx::Cookbook is just for you (and released on my birthday 5/11/2010 at that (grin)). Chock full of FULLY WORKING code and a well-designed and populated data model, you can now learn the ORM of your choice and compare ORMs on a task to decide what is right for you and how to get the job done!

Rose::DB::Object currently has one example in DBIx::Cookbook as does DBIx::Skinny but many more examples are requested, either filling out the current problem space, or creating new problems.

So what are you waiting for? Git involved!



The mantra of every experienced web application developer is the same: thou shalt separate business logic from display. Ironically, almost all template engines allow violation of this separation principle, which is the very impetus for HTML template engine development.

-- Terence Parr, "Enforcing Strict Model View Separation in Template Engines"


In reply to The DBIx::Cookbook is taking all qr!co(m|d)ers! by metaperl

Title:
Use:  <p> text here (a paragraph) </p>
and:  <code> code here </code>
to format your post, it's "PerlMonks-approved HTML":



  • Posts are HTML formatted. Put <p> </p> tags around your paragraphs. Put <code> </code> tags around your code and data!
  • Titles consisting of a single word are discouraged, and in most cases are disallowed outright.
  • Read Where should I post X? if you're not absolutely sure you're posting in the right place.
  • Please read these before you post! —
  • Posts may use any of the Perl Monks Approved HTML tags:
    a, abbr, b, big, blockquote, br, caption, center, col, colgroup, dd, del, details, div, dl, dt, em, font, h1, h2, h3, h4, h5, h6, hr, i, ins, li, ol, p, pre, readmore, small, span, spoiler, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, tr, tt, u, ul, wbr
  • You may need to use entities for some characters, as follows. (Exception: Within code tags, you can put the characters literally.)
            For:     Use:
    & &amp;
    < &lt;
    > &gt;
    [ &#91;
    ] &#93;
  • Link using PerlMonks shortcuts! What shortcuts can I use for linking?
  • See Writeup Formatting Tips and other pages linked from there for more info.