Hey :slightly_smiling_face: I have had a couple of...
# orm-help
s
Hey 🙂 I have had a couple of new devs join my team and II am looking for a way to introduce them to prisma. They have a version of our database with test data, so ideally I would like a way for them to be able to connect and write prisma queries in the browser that shows them the data live - like graphql playground. We are not using graphql for this, the point is to explore the raw
db.users.findMany…
type requests. Does anybody know if something like this exists? I have searched the slack and docs but can’t find reference to anything, so hoping for a community project or something.
d
prisma repl is the closest thing I can think of https://www.npmjs.com/package/prisma-repl would be a really good idea for a browser extension
j
Yep, that is also what came to mind.
There might be something like this in the future on cloud.prisma.io - it is a pretty obvious use case after all - but not yet.