http://qs321.pair.com?node_id=399924


in reply to Re^5: DB persistence framework for Perl Classes
in thread DB persistence framework for Perl Classes

Indeed it is Class::DBI::Loader that provides the functionality I was talking about. Nevertheless, Class::DBI (and its derivatives) still need an existing data-model. Ad hoc modifications of the data-model is not supported by Class::DBI.

-- JaWi

"A chicken is an egg's way of producing more eggs."

  • Comment on Re^6: DB persistence framework for Perl Classes

Replies are listed 'Best First'.
Re^7: DB persistence framework for Perl Classes
by jZed (Prior) on Oct 17, 2004 at 16:25 UTC
    SInce Class::DBI allows __PACKAGE__->db_Main->do( $sql );, and indeed __PACKAGE__->db_Main->anyDBImethod();, there is very little it won't support.