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


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

I think you're refering to Class::DBI::Loader, not Class::DBI.

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

Replies are listed 'Best First'.
Re^6: DB persistence framework for Perl Classes
by JaWi (Hermit) on Oct 17, 2004 at 15:28 UTC
    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."

      SInce Class::DBI allows __PACKAGE__->db_Main->do( $sql );, and indeed __PACKAGE__->db_Main->anyDBImethod();, there is very little it won't support.