http://www.perlmonks.org?node_id=968628


in reply to Re^2: Search for ORM with Multi-Table-Object Support
in thread Search for ORM with Multi-Table-Object Support

DBIx::Class certainly has what you are asking for with has_one, and combining Subset_of_related_fields and Incomplete_related_objects.

I'd put together an example for you but its all right there.

Also, you didn't mention you'd be doing updates, as mentioned elsewhere I believe a view would make the most sense.

  • Comment on Re^3: Search for ORM with Multi-Table-Object Support