> -Original Message-
> From: Paul Bennett [mailto:paul.w.benn...@gmail.com]
> Sent: Sunday, November 07, 2010 8:50 PM
> To: module-authors@perl.org
> Subject: Re: Looking for co-authors - ORM/DTO module
[snip]
> I've looked at a few of them, including DBIx::Class.
On Sun, 07 Nov 2010 11:54:10 -0500, Shlomi Fish
wrote:
Class::DBI is old, deprecated, and should not be used or be recommended
to others. One should use DBIx::Class instead:
http://www.dbix-class.org/
Or maybe a different ORM that has a different philosophy from either
DBIx::Class or Clas
Hi,
Without an intention to dampen the effort, I would like to point out that
Class::DBI already seems to perform a similar function. Just wondering if I
have missed something, because there seems to be some redundancy in this new
effort.
Regards,
Ashish
On Sun, Nov 7, 2010 at 12:56 AM, Paul Ben
Hi,
For a while now, I've been working on-and-off on an ORM/DTO module,
inspired by the Active Record stuff in Ruby on Rails. The grand master
plan is that working with database records and recordsets should be just
about as easy as working with normal variables.
I'm kinda finding myself