docs
docs copied to clipboard
📚 Prisma Documentation
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...
This will be an experimental Preview feature, not fully complete in 4.3.0, but would be good to get some basic docs in.
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...
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...
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...
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...
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...
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...
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...
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...