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


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

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?

Replies are listed 'Best First'.
Re^5: Catalyst or not?
by Anonymous Monk on Oct 06, 2006 at 07:56 UTC
    Class::DBI can do this - with a has_many relationship.