prisma / studio

🎙️ The easiest way to explore and manipulate your data in all of your Prisma projects.
https://www.prisma.io/studio
1.86k stars 47 forks source link

Studio as express middleware #168

Open schickling opened 4 years ago

idan commented 4 years ago

This would enable us to run studio inside environments like codesandbox.

Seems like a post-beta thing

OliverEvans96 commented 3 years ago

I see that it's now possible to run prisma studio without the --expirimental flag. Could that mean that we've entered the post-beta era? I would love to run prisma studio alongside my graphql api. Is there currently any workaround to integrate with an existing express server?