Is there a way to see table relationships?

Trying out Metabase and loving it. Thanks to the developers for your wonderful work.

Is there a feature or some way in which you can see table relationships (PostgreSQL) of a connected database?

I am accessing the DB OK through metabase but the DB is a mess and it would be oh so helpful to be able to see the connections/relations between different tables (for example, when I open a table, it tells me if a column is linked to other one).

Or maybe being able to see an ERD diagram…

Or this is not supported and would be a new feature?

thanks!

Sort of.

For foreign keys, you can see the referenced column in Admin → Table Metadata.

The database reference panes (accessible by opening the sidebar, selecting Databases, then selecting “Learn about our data” in the upper right corner) can identify foreign keys, but doesn’t say what they are referencing. There is lots of space to describe the tables and fields, with the intent of explaining your schemas to other users.

If you want to generate ERDs you might have better luck with RDBMS-oriented tools like Oracle SQL Developer or DBeaver.