Returns a lazy tibble of distinct database (catalog) names visible through
the current connection, using information_schema.tables.
list_all_databases(.con)A dbplyr lazy tibble with one column: table_catalog.
A valid DBI connection (DuckDB / MotherDuck).
The result is a dbplyr lazy table (tbl_dbi). Use dplyr::collect() to bring
results into R as a local tibble.
Other db-list:
list_all_tables(),
list_current_schemas(),
list_current_tables(),
list_extensions(),
list_fns(),
list_setting(),
list_shares()