in reply to Re: many-many relations in object modeling
in thread many-many relations in object modeling

I could be wrong, but I don't beleive DBD::AnyData (or AnyDBD) is on Class::DBI's supported database list.

I did look at it; I've used it on a mystery CSV file a few times. Maybe the right tool, but the wrong handle.

Straight DBI coding style never suited me; when I code up an app I want to think in terms of objects. I want some glue to hide the row fetching, etc. That's one reason I like Class::DBI; I want the object model glue.

  • Comment on Re^2: many-many relations in object modeling

Replies are listed 'Best First'.
Re^3: many-many relations in object modeling
by jZed (Prior) on Jun 03, 2005 at 13:32 UTC
    DBD::AnyData should work with Class::DBI now. I even have a Class::DBI::AnyData and Class::DBI::Loader ::AnyData sitting around somewhere if you want them.