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


in reply to Re: Building Enterprise Web Applications with Maypole
in thread Building Enterprise Web Applications with Maypole

I would imagine that if you wrapped your other database package so it worked like DBI then you could do that. What other database package are you hoping to use? DBI is the central module for nearly all perl database interactions and in general it is foolhardy to use RDBMSes without using DBI.