Viewing Data of tables

I am using prisma with aiven postgress server. I can only view my database data using prisma studio. Is there any way to view data in my aiven console ?

was facing a similar issue and couldn’t find a way to see the tables in Aiven console website, maybe try using psql

Hello @Pawan_Poudel, @Akash_Kadam,

The Aiven console do not feature a way to query or see your Postgres tables directly. But you can use any client you like, please see the following: Connect to your Aiven for PostgreSQL® service | Aiven docs

1 Like