in reply to RFC: Simple DBI abstraction

I think you'd be very happy (and in good company) with Class::DBI. You can use just the parts of it that do what you want, but the rest of it is there to make things even better when you're ready.

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

Replies are listed 'Best First'.
Re^2: RFC: Simple DBI abstraction
by Jaap (Curate) on Sep 08, 2004 at 20:46 UTC
    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.
      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.