Why can't i see my tables on dbeaver?

Hello.
I managed to connect to retool database from dbeaver. Now the issue is: where are my tables?

I would expect to find them under retool.public, as in my old exercise project (

), but all i see is this:

. I tried both with old and new postgres driver, but the situation didn’t change. Like, how can i find the tables, if they’re not there?

Sorry if this question is a duplicate, i couldn’t find a similar issue online

what happens if you just run a query on the tables you know exist in the database? would that work?

1 Like

Hi @Ugo_Flickerman,

I have not seen this behavior before.

Let's look to narrow down if this is an issue with ability to view and not that the table's are dropped/removed, as @jrdata suggested, can you still make queries against the table to your Retool app?

If we know the data still exists, we will just need to look around for where it might be.