studio
studio copied to clipboard
🎙️ The easiest way to explore and manipulate your data in all of your Prisma projects.
Will be possible after this is done: https://github.com/prisma/prisma-client-js/issues/702
I have this MongoDB schema: ```prisma generator client { provider = "prisma-client-js" previewFeatures = "mongodb" } datasource db { provider = "mongodb" url = "..." } model Foo { id...
## 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...
### 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:...
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[] } ```...
[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,...
### 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...
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...
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.
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...