in reply to Re: Rolling my own database abstraction
in thread Rolling my own database abstraction
shortest possible code to achieve OO generic database accessTake a look at Class::Tables. Just add two lines of code. No datastructure describing your schema. Now that's lazy ;)
This module was born because I got sick of talking about my schema twice: once to the database and once to the database persistence layer. Now I can write simple database-driven apps really fast.
blokhead
In Section
Seekers of Perl Wisdom