I have a postgreSQL database as you can see in my application. Application is deployed and running. I can register new users, login etc… so I know the database works. I would like to see the tables and data inside this database. I have tables like AspNetUsers, AspNetRoles as you can see below
I connected successfully to this database in the command line through flyctl postgres connect -a beautifulpolish-db. When I run \l command I get the below result. I also set the database to beautifulpolish already by command \c beautifulpolish
After running \d or \dt command I get did not find any relation. I tried already everything I found online to fix this and nothing seems to work and I don’t know what I’m doing wrong or where the problem is.
Below list of schemas and search path
And below more data. I also tried to run \dt as postgres current_user - same result, did not find any relations. As you can see the access is granted
Thank you so much, the tables are there indeed. I have one more question though, maybe you will know. I have asp.net identity set up, should I despite that configure postgres database to SSL mode enabled?
And where this parsing error might be, how to go about finding it and fixing it?
I’m sorry but I’m new to backend and databases, I would appreciate any tips