in reply to
Writing DB module using MethodMaker
I would start by using
Class::DBI
and only roll your own when CDBI doesn't meet your needs.
My criteria for good software:
Does it work?
Can someone else come in, make a change, and be reasonably certain no bugs were introduced?
Comment on
Re: Writing DB module using MethodMaker
In Section
Seekers of Perl Wisdom