http://www.perlmonks.org?node_id=400068


in reply to Re: Rolling my own database abstraction
in thread Rolling my own database abstraction

shortest possible code to achieve OO generic database access
Take 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