Skip to content
Prev 337 / 1559 Next

default driver and connection

Thanks.  Is there any way to discover whether SQLite or MySQL
was loaded so that I can do something like this:
On 7/18/07, Seth Falcon <sfalcon at fhcrc.org> wrote:
Thanks.  Is there also a way to discover whether SQLite or MySQL or
neither has been loaded.  Note that they could be loaded but not have
an open connection.

Thus, I would like to do this or similar processing:

If only one of MySQL or SQLite is loaded then use that one.
If neither is loaded use SQLite.

Thanks.