prisma
Here are 875 public repositories matching this topic...
What do you want and why?
As we move towards full integration of the next.js fork, we need to change all user facing references to "next.js" to Blitz.
Possible implementation(s)
Search through all the code inside nextjs/packages/next/ folder and make the following changes:
next.config.js->blitz.config.jsNext.js->Blitz.js- All CLI commands. Example: `next
It seems that generating the api types was causing my dev-server to reload.
-
Updated
Jun 6, 2021 - TypeScript
Let's move the CI over to Github Actions!
-
Updated
Sep 3, 2019 - TypeScript
Describe the bug
Delete an application impossible in the dashbpard > https://app.amplication.com
To Reproduce
go to https://app.amplication.com/
Expected behavior
Delete an App or clicking on it and delete it somewhere
-
Updated
Aug 9, 2019 - JavaScript
-
Updated
Jun 9, 2021 - TypeScript
As described here (#246):
src/auth/pages/createAuthRequiredPage.js
- Remove the unused import for Link
- Remove the unused variable definitions isFetching and status (or start using them)
src/auth/useAuth.js
- Remove the unused variable definition setAuthToken (or start using it)
We should look into these templates and see if these are completely redundant or just in some sit
-
Updated
Jun 6, 2021 - TypeScript
-
Updated
Jun 8, 2021 - TypeScript
-
Updated
May 9, 2021 - TypeScript
-
Updated
Jun 9, 2021 - TypeScript
-
Updated
May 10, 2021 - TypeScript
-
Updated
Jun 9, 2021 - TypeScript
-
Updated
Sep 26, 2020 - JavaScript
-
Updated
Mar 12, 2018 - Swift
-
Updated
Jun 9, 2021 - TypeScript
-
Updated
Apr 21, 2021
-
Updated
Jun 8, 2021 - TypeScript
-
Updated
Sep 14, 2018 - TypeScript
-
Updated
May 26, 2021 - TypeScript
-
Updated
Feb 9, 2018 - Swift
-
Updated
Jun 9, 2021 - 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