Preview feature feedback: `connectOrCreate`
See original GitHub issuePlease share your feedback about the preview feature connectOrCreate
that was released in v2.1.0 in this issue.
- If you encounter a bug, please open a bug report in this repo.
- If the feature is working well for you, please share this in a comment below or leave a 👍 on this issue.
If you have any questions, don’t hesitate to ask them in the #prisma2
channel in the Prisma Slack.
Issue Analytics
- State:
- Created 3 years ago
- Reactions:5
- Comments:5 (2 by maintainers)
Top Results From Across the Web
Prisma Client and Prisma schema preview features
When we release a new Prisma Client or Prisma schema feature, it often starts in preview so that you can test it and...
Read more >Prisma в Twitter: „ Prisma version 2.7.0: (Improvements ...
It's an existing preview feature from a previous release. We're still seeking and gathering feedback!
Read more >pac connector - Power Platform - Microsoft Learn
(Preview) Creates a new row in the Connector table in Dataverse. Examples. The following examples show the use of the pac connector create...
Read more >Feedback on Preview Features - Microsoft Power BI Community
Solved: Just wondering how to feedback to developers on preview features. I've found a few things over the years that have't quite behaved ......
Read more >Cloud Provisioning and Governance: Terraform Connector Create ...
Base URL of the Terraform API server or IP address of the Terraform server. To create a config provider for Terraform Open Source,...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
I tried connectOrCreate for a single attribute over the weekend. It worked, I like it, and I wished a similar feature existed at the top level CRUD. 🌮
connectOrCreate
seems to be working great overall - we ran into an issue when it’s trying toconnectOrCreate
on an intermediate table, see https://github.com/prisma/prisma/issues/3612. One of my friends has also been able to replicate this bug on his own machine.