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

Add a guide explaining: - how Prisma's type system works - how to add native type attributes to refine the basic types - how to use native type attributes when...

docs
team: schema
size: M
topic: native types

This will be an experimental Preview feature, not fully complete in 4.3.0, but would be good to get some basic docs in.

docs
team: schema
size: L

The content about connection URLs in the Get Started guides (both from scratch and existing) for MongoDB is a confusing mishmash of Atlas-centric commands and examples with non-Atlas commands. Let's...

docs
topic: mongodb
topic: getting started

In both of our Get Started docs (scratch and add) we have two links to Atlas... we should reconsider having just one link. Should new link go to [the high-level...

docs
topic: mongodb
size: S

https://www.prisma.io/docs/concepts/components/prisma-client/middleware/soft-delete-middleware Our users regularly misunderstand that this is just a proof of concept of something you can do with a middleware, not the ultimate solution to implement soft deletes in...

docs
topic: client

in the [Notion page](https://www.notion.so/prismaio/Docs-landing-page-redesign-aa372a05b2964b8792d313d02f89ba05) for our new landing page, create a table with one column for the page elements, and another column for the specific URL the element should be...

docs

As Austin pointed out, the current [Migrate Guide](https://www.prisma.io/docs/guides/database/developing-with-prisma-migrate) leaves you hanging about the next big step of deploying to production. See [this Slack post](https://prisma-company.slack.com/archives/C5Z9TH6N9/p1651008110783959): _"I think it would make sense...

docs
topic: migrate

In the Baselining documentation, we have a requirement that it's necessary to reset the development database: [Documentation Link](https://www.prisma.io/docs/guides/database/developing-with-prisma-migrate/add-prisma-migrate-to-a-project#update-the-development-environment). In certain cases, users cannot reset their development database as well. To...

docs
topic: migrate

Suggestion from Jan In the [Data Proxy doc](https://www.prisma.io/docs/concepts/data-platform/data-proxy), and probably other docs (we'll need to check), we mention a "migrate" command that will not work on Windows. The command suggested...

docs
topic: migrate

In https://www.prisma.io/docs/concepts/components/prisma-migrate/prisma-migrate-limitations-issues#you-cannot-switch-database-providers we mention the limitation of not being able to switch provider, but we don't explain how to resolve it. The process consists basically: 1. Get rid of the...

docs
topic: migrate