|
[Date Prev] [Date Next] [Thread Prev] [Thread Next] [Date Index] [Thread Index]
|
Re: Database object-relational mapping
|
On Thursday 03 April 2008 09:43:08 am Eric Roode wrote:
> I have a database. The existing application code, which I am
> scrapping because it's awful, accesses everything through DBI calls
> scattered throughout the code. It's a big plate of spaghetti.
>
> I'm going to leave the database alone, but I need to write a new
> data access layer and object-relational mapping. So the question
> is:
>
> a) Class::DBI?
> b) DBIx::Class?
> c) Something else?
DBIx::Class is the successor to Class::DBI, so of the two I'd go with that.
The DBIx mailing list is quite active if you end up needing help. You might
also look at things like Moose (which I don't know but keep hearing good
things about).
-
**Majordomo list services provided by PANIX <URL:http://www.panix.com>**
**To Unsubscribe, send "unsubscribe phl" to majordomo@lists.pm.org**
|
|