in reply to Re: PostgreSQL web application examples?
in thread PostgreSQL web application examples?

Holy cow, I am happy to find Class::DBI! I was thinking last night how I could somehow make a generic schema layer that would translate record-to-object, and I was hoping there would be something already like it. This module goes a bit beyond what I was imagining, which is a relief to me. I should not get TOO hooked on it, because I do want to learn the underlying SQL methodology, but this looks like it'll take tons of drudgery out of Perl apps.

I also want to mention a link I found shortly after digging into Class::DBI. I found a script someone wrote to output an Entity Relation Diagram (ERD): http://www.adp-gmbh.ch/perl/erd.html

--
[ e d @ h a l l e y . c c ]

  • Comment on Re^2: PostgreSQL web application examples?