List all the schemas in a database in lowercase.

ls_schema(
  conn,
  conn_fun,
  verbose = TRUE,
  render_sql = TRUE,
  render_only = FALSE
)

See also

Other list functions: lsFields(), lsSchema(), lsTables(), ls_db(), ls_fields(), ls_tables(), ls_users()