tmaly has asked for the wisdom of the Perl Monks concerning the following question:

I was searching CPAN and perlmonks for a ORM system that would use a static mapping of the object to pl sql instead of working with dynamically generated sql. I was not able to find anything like this. Are there any solutions out there that would work with Oracle?


There seems to be something in .NET that does this called the Lattice.DataMapper however, I am looking for a perl solution.


Best Regards Ty
  • Comment on Looking for ORM that uses pl sql instead of dynamic sql

Replies are listed 'Best First'.
Re: Looking for ORM that uses pl sql instead of dynamic sql
by Anonymous Monk on Nov 25, 2008 at 08:08 UTC
    use a static mapping of the object to pl sql instead of working with dynamically generated sql.
    You can easily adapt every ORM to do so.