Hi all... A little help here:
I had Prisma bootsrap my DB (it's Postgres running as a container).
The data is there, I can read/write via Prisma JS Client...
However, I'd like to attach another service to the DB...
Now when I go to list tables on the database created, Postgres shows :
coolestdb=# \d
Did not find any relations.
coolestdb=# \dt
Did not find any relations.
coolestdb=#