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


in reply to Re^2: Considering future support for different databases.
in thread Considering future support for different databases.

It wouldn't have to be all methods. You could use a hash for each database, with keys for the capabilities and the actual SQL you need for your particular action. These could be complete with the placeholders already present. Then, you could assign a reference to the proper hash for your DBM to a global scalar. OTOH, a good reusable framework takes a lot of work, and there are a few to choose from that have that work already done.
  • Comment on Re^3: Considering future support for different databases.