docs icon indicating copy to clipboard operation
docs copied to clipboard

📚 Prisma Documentation

Results 402 docs issues
Sort by recently updated
recently updated
newest added

If a user wants to play with tracing locally, the easiest way would be to output to the console, as described by Daniel in [this thread](https://prisma-company.slack.com/archives/C02K05SHRAT/p1660584029336799). This uses `ConsoleSpanExporter` from...

docs
team/client

For example in this https://www.prisma.io/docs/concepts/components/prisma-schema/relations/many-to-many-relations#mongodb: ![image](https://user-images.githubusercontent.com/4058327/140331765-9f3ac7dc-317a-4e4f-9adf-85d48fcb371d.png) The fields and their types are alternating in violet and black.

web: candidate
website
topic: syntax highlighting

[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [@prisma/client](https://www.prisma.io) ([source](https://togithub.com/prisma/prisma)) | [`2.29.1` -> `4.4.0`](https://renovatebot.com/diffs/npm/@prisma%2fclient/2.29.1/4.4.0) |...

web: candidate
website
dependencies

[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Change | |---|---| | yargs-parser | [`9.0.2` -> `13.1.2`](https://renovatebot.com/diffs/npm/yargs-parser/9.0.2/13.1.2) | ### GitHub Vulnerability Alerts #### [CVE-2020-7608](https://snyk.io/vuln/SNYK-JS-YARGSPARSER-560381) Affected versions of...

[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Change | |---|---| | trim | [`0.0.1` -> `0.0.3`](https://renovatebot.com/diffs/npm/trim/0.0.1/0.0.3) | ### GitHub Vulnerability Alerts #### [CVE-2020-7753](https://nvd.nist.gov/vuln/detail/CVE-2020-7753) All versions of...

We need to understand that if we want to delete a file, can we make it a 410?

website

## Describe this PR ## Changes ## What issue does this fix? ## Any other relevant information

Part of the Prisma 4 effort: The client is deprecating `_` prefixes (like `_count`) in favor of `$`, like `$count`. All prefixes in the docs need to be changed. The...

docs
size: L
breaking change