in reply to many-many relations in object modeling

I see this is formulated mostly as a discussion rather than a question, but still it seems to beg the answer:

Did you look into/at DBD::AnyData? (Which is a DBI interface to using text/XML/CSV files as a database)

C.

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

Replies are listed 'Best First'.
Re^2: many-many relations in object modeling
by other90percent (Sexton) on Jun 03, 2005 at 08:31 UTC

    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.

      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.