The Wayback Machine - https://web.archive.org/web/20210609180850/https://github.com/topics/prisma
Skip to content
#

prisma

Here are 875 public repositories matching this topic...

prisma
jasonkuhrt
jasonkuhrt commented Feb 6, 2021

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

blitz
flybayer
flybayer commented Jun 1, 2021

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.js
  • Next.js -> Blitz.js
  • All CLI commands. Example: `next
amplication
Martinsos
Martinsos commented May 31, 2021

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

Improve this page

Add a description, image, and links to the prisma topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the prisma topic, visit your repo's landing page and select "manage topics."

Learn more