Hi all

In short I'm looking for a perl module/framework(?) I can leverage to assist me in building potential queries, to a given database.

Basically I just designed and populated a db, with the requirements being the users want to be able to query with about any combination of criteria.

Done..at the db level. So they'll have a web form were they can do all kinds of and | or on criteria, over given date range | time range. There's only about 6 pieces of information, and then there will be all the possible date/time combinations for it.

I'd like to avoid as much as the tedium of if they clicked this and this then do join on this, but if they click then it's select this that etc.

I feel my database design is pretty good and well normalized. I'm hoping there's something that can ease the rest. Something that would give me a skeleton web form would be nice too :)

Something for perl but ruby on rails ish?????
Thank you!


In reply to Module to ease query building by horano311

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.