How to see my production database?

Hello! I really want to see my database of production and do not know how to access it. It is a postgresql database. Can anyone help me please?

Hi… A couple different ways are briefly documented here:

https://fly.io/docs/postgres/connecting/connecting-with-flyctl/

The second one (fly proxy) can also be used to attach a GUI like pgAdmin, although some fellow users have reported nuances in the past.

Hope this helps!