docs
docs copied to clipboard
📚 Prisma Documentation
Bumps [peter-evans/create-pull-request](https://github.com/peter-evans/create-pull-request) from 7.0.8 to 8.0.0. Release notes Sourced from peter-evans/create-pull-request's releases. Create Pull Request v8.0.0 What's new in v8 Requires Actions Runner v2.327.1 or later if you are using...
Images automagically compressed by [Calibre](https://calibreapp.com)'s [image-actions](https://github.com/marketplace/actions/image-actions) ✨ Compression reduced images by 10.7%, saving 477.7 KB. | Filename | Before | After | Improvement | | -------- | ------ | -----...
### Bug description The URL `https://pris.ly/d/migrate-resolve` is currently broken and results in a 404 error. ### Current Codebase State I found the following references in the codebase that seem related...
Hello! I am the maintainer of [GQLoom](https://gqloom.dev/). GQLoom is a new GraphQL Schema producer. Unlike traditional Schema Builders, GQLoom doesn't have a built-in Builder API. Instead, it leverages popular schema...
Images automagically compressed by [Calibre](https://calibreapp.com)'s [image-actions](https://github.com/marketplace/actions/image-actions) ✨ Compression reduced images by 10.7%, saving 477.7 KB. | Filename | Before | After | Improvement | | -------- | ------ | -----...
Images automagically compressed by [Calibre](https://calibreapp.com)'s [image-actions](https://github.com/marketplace/actions/image-actions) ✨ Compression reduced images by 10.7%, saving 477.7 KB. | Filename | Before | After | Improvement | | -------- | ------ | -----...
This doc is out of date for Prisma v7. When testing, I found that passing a local database string to `accelerateUrl` causes the error: > Unhandled Rejection: Error [InvalidDatasourceError]: Error...
### Bug description You cannot init Prisma when using Deno ### Severity ⚠️ Major: Breaks core functionality (e.g., migrations fail) ### Reproduction The step by step guide is literally the...
https://www.prisma.io/docs/orm/prisma-client/debugging-and-troubleshooting/handling-exceptions-and-errors shows ```js import { PrismaClient, Prisma } from '@prisma/client' const client = new PrismaClient() try { await client.user.create({ data: { email: '[email protected]' } }) } catch (e) { if...
**Description** When scrolling to the bottom of the Prisma TypeScript page, the layout breaks immediately after the footer finishes rendering. At this point, an unexpected horizontal overflow appears, allowing the...