You forgot SQL::Generator ;)

The 'features' I'm most interested in are 1. dynamically creating where clauses with the module; not creating it myself with logic in the script and then passing the thing to the module, 2. being able to pass variables (such as column names) as a scalar or list, repeatedly to build up a bigger list. - Again, not using logic within the script to create an array or hash to pass to the module.

DBIx::SearchBuilder - The POD contains 2 instances of the word 'where' - both are in deprecated methods. I can't even be bothered reading the docs further.

Alzabo - While this does look interesting (I'd never come across it before) - a read of the Alzabo::SQLMaker and Alzabo::SQLMaker::MySQL docs doesn't reveal any indication of the kind of functionality I specified above.

DBIx::RecordSet - Again, it looks like a great module, but it unfortunately doesn't appear to meet my requirements.

SQL::Generator - As above. - I looked at the source of this before I started work on my own, and I think it's very nicely written but unfortunately doesn't have the kind of dynamic 'where' generation I'm after.

I'm aware that my attempt has a long way to go - particularly regarding blokhead's comments above, and I would certainly use any module that provided the functionality I'm after, if only I could find one.


In reply to Re: Re: sql builder module - feedback request by fireartist
in thread sql builder module - feedback request by fireartist

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.