I've only found one article on how to run Prisma S...
# orm-help
a
I've only found one article on how to run Prisma Studio on a production environment and I'm not able to get that to work. Does anyone else have a solution for running Prisma Studio in a production environment. I am using Render.com with a SQLite DB
https://github.com/blitz-js/blitz/wiki/How-to-Run-Prisma-Studio-in-Production-on-Render.com This is the article I found but I'm looking for other options
n
Hey Alex 👋 You could view data for your production database locally through the CLI command, but as Prisma Studio code is not open source we don’t have guides or support hosting prisma studio.
a
Thank you for your response. I will see if there are other ways to put a proxy in place to run Studio in front of the production app
b
the prisma data platform (https://cloud.prisma.io/) is doing what you want in a hosted service. It’s free while in beta, it seems.
a
interesting
is SQLite supported? I'm getting an unsupported database when trying to enter the connection string
I think the only way to access this
sqlite.db
from Render is via SSH
b
sorry, I used it with postgres and don’t know how it would work if the database does not have a public URI
a
no worries. Thank you for the input. A cloud solution will be great though