I am trying to use PostgreSQL in a Spring Boot application. I am using Liquibase for the db versioning. I can see, that the database does store my data, but when I connect with DBeaver, I do not see the schema. I can't load and save to this DB. Does somebody know how to show my PostgreSQL DB in DBeaver? I never faced this issue before.
When I am browsing the database in DBeaver, there are no schemas, but in the pg admin there are some. Unfortunately pg admin is not very usable.