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.