Re: [CDBI] Many-to-Many - why no CDBI::Relationship?
Perrin Harkins <[email protected]>
| Newsgroups | gmane.comp.lang.perl.modules.class-dbi |
|---|---|
| Message-ID | <[email protected]> |
On Mon, 2006-08-21 at 11:46 -0700, Ryan Tate wrote: > Is there a reason no one has ever written a Class::DBI::Relationship > subclass for many-to-many? Probably that the people who would have are using other tools now, like Rsoe::DB::Object and DBIx::Class. > Are most people happing writing custom SQL as needed? That's what I do for many-to-many in my Class::DBI stuff. - Perrin