Tana M Berry
Tana M Berry
Add a table showing the diff support for ref actions based on 1) which database, and 2) whether Prisma or the DB is managing referential integrity. Do general copy-editing for...
When trying to understand the conventions for creating relations tables (i.e. join tables), it is confusing what conventions apply to implicit m:n relations and what to 1:1 relations, etc. [This...
Typically, our deploy operation will trigger `npx prisma generate` behind the scenes, using a post-install hook. However, Vercel caches dependencies, so the hook doesn't get called on re-deploys. Solution/workaround is...
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...
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...
The Prisma Data Proxy requires users to set the env var `PRISMA_CLIENT_ENGINE_TYPE` to use the value `dataproxy`. The value of `dataproxy` refers to the PDP Data Proxy, and *can be...
Using this dotenv-expand only works if users have one of our .env files. The note needs to make this clear... or just remove the note. See this thread: https://prisma-company.slack.com/archives/C016KUHB1R6/p1643669852467339
Emily did a walk-through of the guide, and found several areas where we can improve our docs. For details, refer to this [Notion doc](https://www.notion.so/prismaio/MongoDB-Connections-strings-1bb2aa956bb74fe7ae5f44ffcd0af84e#c68faa57a19546b3b95cda6fedc22491).