in reply to Re^2: Class::DBI -- does it get any easier?
in thread Class::DBI -- does it get any easier?
I can see it would be a problem when making larger apps and apps that use existing tables, definitely. But for building new apps, it is unbelievable useful. I have one real-world app running on our intranet right now, but it's pretty light use and doesn't have that many tables to it. The "Tables" link above seems fairly similar to ActiveRecord, so I'll have to check it out as well -- though I will say I'm more interested in the "::DBI" aspect of it all than the class thing. I'm not a firm believer of sticking inheritance models in databases.