Hans Dieter Pearcey on 3 Apr 2008 06:58:09 -0700 |
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**
|
|