List Databases Visible to the Connection
list_all_databases.RdReturns a lazy tibble of distinct database (catalog) names visible through
the current connection, using information_schema.tables.
Details
The result is a dbplyr lazy table (tbl_dbi). Use dplyr::collect() to bring
results into R as a local tibble.