Lucy Keer

Results 29 issues of Lucy Keer

Update the [existing documentation](https://www.prisma.io/docs/guides/database/multi-schema) for the `multiSchema` preview feature: - how to introspect - how to migrate - remove any admonitions/caveats that no longer hold See the [multi-schema design docs](https://www.notion.so/prismaio/Multi-Schema-Support-e2a20ae4373f4337a48ccf7b3565e282)...

docs
team: schema

Document new PostgreSQL extensions declaration feature. See the [PSL proposal](https://www.notion.so/prismaio/PSL-Proposal-Postgres-Extensions-Declaration-177dbbc76b9340b2870f6c7a4641822a). Docs required: - document `extensions` field in [`datasource` block in schema reference](https://www.prisma.io/docs/reference/api-reference/prisma-schema-reference#datasource) - guide to using extensions: how to enable...

docs
team: schema

The `referentialIntegrity` preview feature is being improved and renamed to `relationMode` - see [How do we GA the referentialIntegrity preview feature?](https://www.notion.so/prismaio/How-do-we-GA-the-referentialIntegrity-preview-feature-8a656fe445ae4a69ad19c5000e5c7191#42c77d7fcfc042fc8291093937683153) Docs updates required: - Rename `referentialIntegrity` to `relationMode` -...

docs
team: schema

Separate to the reorg there are a few leftover comments on the existing text from @tanberry that I want to investigate before editing. ![image](https://user-images.githubusercontent.com/3910386/191212913-7253a958-d35f-4f5f-b169-d9de47393298.png) ![image](https://user-images.githubusercontent.com/3910386/191212985-08b7c3e1-9081-406f-87df-9786dc99a79f.png) ![image](https://user-images.githubusercontent.com/3910386/191213771-56e05d83-3006-4ba0-bc91-5da926305bd4.png) ![image](https://user-images.githubusercontent.com/3910386/191213290-7b23dfe3-86f3-4e72-88b5-6e79ee45f585.png)

docs
topic: migrate

## Describe this PR This is a draft of a guide to Prisma's type system, explaining how to use native type attributes when introspecting or migrating. ## Changes ## What...

Currently we have [this error reference guide](https://www.prisma.io/docs/reference/api-reference/error-reference), and a short [guide to error handling in Concepts](https://www.prisma.io/docs/concepts/components/prisma-client/handling-exceptions-and-errors). The Client team are currently [working on improving error handling](https://github.com/prisma/prisma/issues/10747), so would be good...

docs
team: client
size: M

Example code for Vue getting started guide

I'm getting an empty archive and some errors in the output when I run the following command: ``` migrate wp-xml --pathToFile drossbucket.wordpress.com-2024-08-05-18_54_57-tu0bwbn8bldaqwakjetpyvwvtibq3i2r.zip -V ``` I get the following output: ```bash...

- Add example code for Anthropic/Claude tutorial - Move OpenAI/ChatGPT tutorial into the same directory so they're not lost in the how-tos