|
[Date Prev] [Date Next] [Thread Prev] [Thread Next] [Date Index] [Thread Index]
|
Re: Database object-relational mapping
|
On Thu, Apr 03, 2008 at 09:43:08AM -0400, Eric Roode wrote:
> 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?
c) Rose::DB::Object
d) Data::ObjectDriver
e) ...
Don't use Class::DBI. If you were going to, use DBIx::Class instead; it's the
spiritual successor to CDBI in a lot of ways.
I haven't used Data::ObjectDriver, I just know it exists.
The two big ones with momentum are DBIx::Class and Rose::DB::Object; I prefer
DBIC, because it tends to better fit how I think, but both are worth
consideration.
hdp.
-
**Majordomo list services provided by PANIX <URL:http://www.panix.com>**
**To Unsubscribe, send "unsubscribe phl" to majordomo@lists.pm.org**
|
|