studio icon indicating copy to clipboard operation
studio copied to clipboard

🎙️ The easiest way to explore and manipulate your data in all of your Prisma projects.

Results 200 studio issues
Sort by recently updated
recently updated
newest added

Will be possible after this is done: https://github.com/prisma/prisma-client-js/issues/702

kind/feature
topic: ui

I have this MongoDB schema: ```prisma generator client { provider = "prisma-client-js" previewFeatures = "mongodb" } datasource db { provider = "mongodb" url = "..." } model Foo { id...

bug/1-unconfirmed
kind/bug
topic: mongodb

## Problem When using the filter on a DateTime field in Prisma Studio, it would be easier to have a date picker in lieu of an input field. ## Suggested...

kind/feature
topic: ui

### Bug description Similar to https://github.com/prisma/studio/issues/1025, when launching/hosting Prisma Studio on a subpath, the Studio app fails to launch because of a non-recoverable error: ``` Error in HTTP Request (Status:...

bug/1-unconfirmed
kind/bug
topic: Error in HTTP Request

Schema snippet: ```prisma enum FeatureFlag { accelerate pulse } model PilotUser { kind PilotUserKind @default(PilotUser) id String @id createdAt DateTime @default(now()) updatedAt DateTime identifier String @unique features FeatureFlag[] } ```...

kind/feature
topic: enum
topic: list

[Feature Request] Closing tabs by hovering them with the mouse and pressing the mousewheel as a button is common practice in applications that have tabs. See: Chrome, Firefox, VSCode, GitKraken,...

kind/feature
topic: dx

### Bug description Trying to insert or update a value of an existing record doesn't allow typing the "-" symbol into the bigint input field. Only way to update the...

bug/1-unconfirmed
kind/bug
topic: BigInt

1. Prisma version (`prisma -v` or `npx prisma -v`): ``` prisma : 3.11.1 @prisma/client : 3.9.2 Current platform : debian-openssl-1.1.x Query Engine (Node-API) : libquery-engine 1a2506facaf1a4727b7c26850735e88ec779dee9 (at ../../node_modules/.pnpm/@[email protected]/node_modules/@prisma/engines/libquery_engine-debian-openssl-1.1.x.so.node) Migration Engine...

bug/1-unconfirmed
kind/bug
topic: Unable to init PersistenceStore

When running `npx prisma studio` in VS Code, it would sometimes be cool for it to be opened in VS Code preview browser instead of a separate window.

kind/feature
topic: future

1. Prisma version (`prisma -v` or `npx prisma -v`): 4.3.1 Not an issue, but rather a feature request. Currently prisma studio will display data of type `Bytes` in what seems...

kind/improvement
topic: Bytes