Sid

Results 57 comments of Sid

Oh, no, since it is bundled with the `prisma` CLI. If you really want though, you can use Studio's server directly (NPM package `@prisma/studio-server`, https://github.com/prisma/prisma/blob/master/src/packages/cli/src/Studio.ts). I'd recommend against it generaly...

Hello! I was looking into this right now. Implementing is trivial, but there's one question that needs answering: How much do we want to copy? For a small dataset with...

Hey @linojon, IIUC, adding a filter to a tab marks it as "dirty", and you expect it to not be that way? If so, then this is expected. We mark...

Hi @midgleyc, thanks for this featre request! We will very likely build something like this very soon! We ourselves have a use case for this as well. Details are still...

Hey, the [Prisma Data Platform](https://cloud.prisma.io) lets you do exactly that, have you given that a shot?

Sorry about that, I don't work on Studio anymore, but @janpio should be able to speak to this.

Most people I've heard from, want to use Studio as an admin dashboard for their DB, that's what I mean by "hosted version". Not sure if the Cloud version is...

Hey @henrikuper yeah your assessment is 100% correct: Right now, Studio does a `include` for all relations of a model when you open the model. All it needs is the...

I'm looking into a bunch of Studio issues this week, and this is pretty high on that list. I will try my best to make sure this gets shipped with...

Thanks for reporting this @Ezard! You're correct that `null` isn't a possible option in the enum dropdown menu. I'll fix that. In the mean time, you can also select the...