studio
studio copied to clipboard
🎙️ The easiest way to explore and manipulate your data in all of your Prisma projects.
I think there is a bug in Prisma. I have tried this with about three different databases services which use MySQL and PostgreSql and they all fail at the"NOT NULL"...
It would be useful if I could export my model names as an an array of objects or json from the main studio page. This would be useful for backend...
### Bug description Generated `isSet` filter value is `string` but exact data type of filter is `boolean` ### How to reproduce ### Expected behavior _No response_ ### Prisma information ###...
Hi! Should there be an issue to track "copy as json" implementation? I miss this, but I know there are bunch of things coming first. Thanks!
1. Prisma version (`prisma -v` or `npx prisma -v`): prisma : 5.6.0 @prisma/client : 5.6.0 Computed binaryTarget : windows Operating System : win32 Architecture : x64 Node.js : v20.9.0 Query...
### Bug description ``` Error starting Prisma Client: { "message": "\nYou don't have any \u001b[1mmodels\u001b[22m defined in your \u001b[1mschema.prisma\u001b[22m, so nothing will be generated.\nYou can define a model like this:\n\n\u001b[1m\u001b[36mmodel...
### Bug description I have a model like so ``` model A { id Int @id @default(autoincrement()) b B @relation(fields: [bId], references: [id]) bId Int @@index([bId]) } model B {...
### Bug description Environment variables loaded from .env Prisma schema loaded from schema.prisma Prisma Studio is up on http://localhost:5555 assertion failed [block != nullptr]: BasicBlock requested for unrecognized address (BuilderBase.h:550...
1. Prisma version (`prisma -v` or `npx prisma -v`): Checkout of Studio-Code repository 2. Logs from Developer Tools Console or Command line, if any: ``` [vite] connecting... BootstrapStore.ts:31 Studio version...
### Bug description I tried opening prisma studio and it is throwing this error. Otherwise application is working fine. using Mongodb ### How to reproduce ### Expected behavior _No response_...