Hide database, show only schemas

When Metabase is connected to a single database - is there a way to bypass displaying database on the welcome screen and when going to “Browse Data” and go straight to showing schemas?

Similarly how currently if user has access only to one schema within the database - schema is not showing and metabase goes directly to list of tables. And speaking about this - in this scenario can we still show schema name in the breadcrumbs?

@ygalanter No, that’s currently not how it works. And I think it might be more difficult to implement than expected, since there’s one call to get the list of databases, and a different call to get the schemas, so this would require both calls to be made, which can be very heavy on larger installations.
You can open a request for it: https://github.com/metabase/metabase/issues/new/choose