in reply to Re: Abstracting DBI
in thread Abstracting DBI

What I'm asking is if there are CPAN modules that abstract DBI and allow me to do what I'm trying to do via definitions?

Sugar is just one database I maintain. I also use SQLite3 DB files and I have a few other systems that we've created that use MySQL. I'm writing CPAN modules for each one and I'm copy and pasting many of the same functions in each module.