@drivers
= DBI->data_sources(driver)
Returns a list of all databases
available to the named driver.
(The database server must be running for data_sources
to return
any results.)
- driver
The driver to list. If unspecified,
the value of DBI_DRIVER is used.