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


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

I am sorry, but I can not use views. They can be updatable - yes. But they are (in MySQL which we are using) not insertable (reffering to Multi-Table-Views, whenever you want to insert into more than one table at once)

There are just to many restrictions to be able to build a seperation-layer with views.

I would really wish I could just use them and change nothing at the application at all. But they only do half the job.

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