in reply to •Re: RFC: Simple DBI abstraction
in thread RFC: Simple DBI abstraction

I know Class::DBI and i use it frequently. It is a very good piece of software. Still if you have any comments on my code, it'd be appreciated.

Replies are listed 'Best First'.
•Re^3: RFC: Simple DBI abstraction
by merlyn (Sage) on Sep 08, 2004 at 20:50 UTC
    My comment on your code is to not use your code and go look at Class::DBI instead. You are reinventing needlessly, unless there's some aspect of your code that solves a particular problem even better than CDBI does it, sacrificing all the common knowledge gained from CDBI's existence and community.

    -- Randal L. Schwartz, Perl hacker
    Be sure to read my standard disclaimer if this is a reply.