List Schemas in the Current Database
list_schemas.RdReturns a lazy tibble of all schemas in the **current database** of the connection. Queries `information_schema.schemata` and filters to the current database (`catalog_name = current_database()`).
Value
A `dbplyr` lazy tibble with columns: * `catalog_name` — the current database name. * `schema_name` — each schema within that database.