I'm in a situation where I need to create a fairly large number of web applications to do basic CRUD web applications for a large number of database tables. The tables involved don't have similar schemas. This is basically to generate the first cut at an admin area for a web application.

I'm thinking of writing something to generate the applications in code that uses CGI::Prototype as I like it's "feel", but I'm not tied to it.

The database is well designed in Postgres. I'm primarily looking at just considering single table applications which don't worry about master-detail relationships. I only mention this because I think that databases that allow definitions of foreign key constraints might allow upgrades of the application of describing to master-detail and other complex relationships.

While I think this is something useful to play with, I'm wondering if there are applications out there that will generate CRUD appliations as Perl CGI scripts? Of course, it'd be nice if it could do master-detail and other more complex things as well.

Have any of you learned monks come across such a beast? Any advice on building one?


In reply to CRUD Generator Suggestions by geekondemand

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.