Perl has several first rate ORMs/DB-kits on the CPAN. All of which will be better than anything you will be be able to write by yourself. Unless you are a DB/DBD/DBI expert, or doing exploration for fun or learning exercises, writing your own ORM is a big mistake.

Fey and KiokuDB are the most natively Moosey. Update: "natively Moosey" isn't an endorsement for "best." Also Rose::HTML::Objects makes the full Rose suite the closest match for the 3 tasks you listed. Template or Mason or any of a few other template kits would serve fine with any of the ORMs too.


In reply to Re: Creating Moose Classes to Interact with mySQL/Oracle by Your Mother
in thread Creating Moose Classes to Interact with mySQL/Oracle by hmadhi

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.