I sucessfully installed prisma and I'm able to create und query data. When opening pgadmin I noticed, that I have a lot of databases and I have trouble finding the oen with my data in case I have to troubleshoot something
✔️ 1
j
janpio
06/21/2021, 4:27 PM
Prisma uses the one you supply in the connection string, and potentially a temporary one as the shadow database.
d
Dennis
06/22/2021, 7:24 AM
My bad. Wasn't something about prisma. Because I had my settings wrong I could see all databases on the cluster.