studio
Hi everyone, I've successfully connected my database with Pulse on the Prisma Data Platform. However, I'm unable to find the link to access Prisma Studio online. Could someone guide me on how to locate and use Prisma Studio with my connected database through the Prisma Data Platform?
Thanks in advance!
4 Replies
Prisma can't be accessed online
it's just for dev purposes
To clarify, Prisma Studio is local only. You can use it to connect to a remote server though.
You could self host Prisma Studio if you want:
https://www.flightcontrol.dev/docs/reference/examples/prisma-studio
Deployment Example for Prisma Studio - Flightcontrol
Deploy Prisma Studio securely in production using Caddy as a reverse proxy with HTTP Basic Auth. Protect your database with a hashed password and custom domain.
Prisma Studio is not designed for external connections. I recommend programmes such as "HeidiSQL" for this. The studio is more practical for development.