Hey guys, I have successfully set up a local Prisma server with PostgreSQL and I can query it with the playground. However, I can't seem to inspect the actual postgres tables when connecting directly to the postgres DB:
\d
results in
No relations found
.