prisma
Here are 714 public repositories matching this topic...
-
Updated
Feb 16, 2021 - TypeScript
Since becoming maintainer of this project, and making some security updates, we have not been able to get the electron build working. This is why there has not been a release in a while.
This is no small undertaking, but very very important!
Our scenario teardown functionality (removing all the records that were seeded in a scenario) only runs within our custom scenario test function. It uses Jest's it() function behind the scenes and s
What is the problem?
When running the blitz install tailwind command, the install fails with a "Invalid hook call" React error.
Steps to Reproduce
- Create new blitz project
- Run
blitz install tailwind
Versions
You are using beta software - if you have any problems, please open an issue here:
https://github.com/blitz-js/blitz/issues/new/choose
debug:
-
Updated
Sep 3, 2019 - TypeScript
-
Updated
Aug 9, 2019 - JavaScript
Steps to reproduce:
- Change data type of field
- Chagne back to original data type
- Still shows pending changes
-
Updated
Feb 20, 2021 - TypeScript
It should give user an idea of what is telemetry doing in general, and should show for the specific project if it is enabled or disabled.
Rough features:
- It should give general information on telemetry in Wasp, probably link to docs also, also instructions on how to disable it.
- If enabled, it should say so and also show some interesting information like: where is telemetry cache stored,
-
Updated
Dec 11, 2020 - TypeScript
-
Updated
Feb 19, 2021 - TypeScript
-
Updated
Feb 17, 2021 - TypeScript
-
Updated
Feb 15, 2021 - TypeScript
-
Updated
Sep 26, 2020 - JavaScript
-
Updated
Mar 12, 2018 - Swift
-
Updated
Feb 2, 2021 - TypeScript
-
Updated
Feb 17, 2021 - TypeScript
-
Updated
Jan 30, 2021
-
Updated
Sep 14, 2018 - TypeScript
-
Updated
Feb 18, 2021 - TypeScript
-
Updated
Feb 9, 2018 - Swift
-
Updated
Jul 19, 2018 - JavaScript
-
Updated
Dec 22, 2020 - TypeScript
-
Updated
Dec 31, 2020 - TypeScript
-
Updated
Feb 16, 2021 - TypeScript
-
Updated
Mar 18, 2020 - TypeScript
Improve this page
Add a description, image, and links to the prisma topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the prisma topic, visit your repo's landing page and select "manage topics."


I am intentionally making this issue specific but I assume it could be expanded to include much more of the API.
Problem
I do not have the entire Prisma Client API perfectly (let alone roughly) committed to memory.
When I go to use it to query for many results the operations tell me nothing about what and why they will do. I only have types to work with.
I don't want to open my br