P
Prisma8mo ago
mrtcpx

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
alessandroooo
alessandroooo8mo ago
Prisma can't be accessed online it's just for dev purposes
jonfanz
jonfanz8mo ago
To clarify, Prisma Studio is local only. You can use it to connect to a remote server though.
Nurul
Nurul8mo ago
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.
JTB
JTB8mo ago
Prisma Studio is not designed for external connections. I recommend programmes such as "HeidiSQL" for this. The studio is more practical for development.

Did you find this page helpful?