in reply to Re^2: Catalyst or not?
in thread Catalyst or not?

In this sense what will DBIx::Class do that Class::DBI won't?

jdtoronto

Replies are listed 'Best First'.
Re^4: Catalyst or not?
by jfrm (Monk) on Sep 14, 2006 at 20:40 UTC

    Well I had been told that Class::DBI won't do Joins. I was hoping that whatever system I end up using will be able to have a form that will allow the creation, deletion and modification of records from more than one table at once which presumably require table relationships and joins.

    For instance, if I delete a book in my book table, I will also want it to delete any entries corresponding to that book in my bookowners table.

    Is that logical or am I being overly pessimistic about the capabilities of Class::DBI?

      Class::DBI can do this - with a has_many relationship.