And how can I see the data in my database through ...
# orm-help
a
And how can I see the data in my database through the command line? I tried connecting like
docker exec -it <container-id> psql -U prisma
->
\c postgres
->
\dt
and no relations were found