views:

99

answers:

1

Hello, I m looking to separate the database code from the rest of the code in our application and looking to use an ORM framework that will work well for that knowing that the database is not well designed. I looked in other topics and found that most people suggest DBIx:class, Rose:DB:Object... but did not know which one will work best in my case.

Any suggestions are highly appreciated.

Thanks

A: 

Have a look at Rose::DB and Rose::DB::Object written by John Siracusa.

Nele Kosog