Also, it seems like the command for running the ex...
# orm-help
z
Also, it seems like the command for running the experimental Studio on the website doesn't work. Or, at least not for me, I get "unknown command studio"
r
Hey @zth 👋 Prisma is just a database access layer and wouldn’t help you with any security related stuff like RLS so you would need to set that up separately. Also the studio command is as follows:
Copy code
prisma studio --experimental
I am running it currently on version 2.3.0 of
@prisma/cli
. What version are you on?