in reply to Best user installable database for perl

You're looking for a database driver related to DBI. Therefore you assume that DBI is already installed, otherwise you would have the same problem with it.

Thus, if the DBI module is installed, you can also assume that they have a database driver installed. Why don't you move your application to whichever database is already available?

  • Comment on Re: Best user installable database for perl