prisma-examples icon indicating copy to clipboard operation
prisma-examples copied to clipboard

🚀 Ready-to-run Prisma example projects

Results 242 prisma-examples issues
Sort by recently updated
recently updated
newest added

related to https://www.notion.so/prismaio/raw-query-changes-c5e62db4ece845eca38d1465c55bdb1c

This issue lists Renovate updates and detected dependencies. Read the [Dependency Dashboard](https://docs.renovatebot.com/key-concepts/dashboard/) docs to learn more.[View this repository on the Mend.io Web Portal](https://developer.mend.io/github/prisma/prisma-examples). ## Config Migration Needed See Config Migration...

In some cases, localhost:3000 won't be where the api is deployed to. For frontend code, just pass the path to fetch so it uses the same host. Restructured server-side code...

[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [graphql](https://togithub.com/graphql/graphql-js) | [`16.5.0` -> `16.6.0`](https://renovatebot.com/diffs/npm/graphql/16.5.0/16.6.0) | [![age](https://badges.renovateapi.com/packages/npm/graphql/16.6.0/age-slim)](https://docs.renovatebot.com/merge-confidence/)...

This adds an example of using Prisma with SvelteKit. It is adapted from the `rest-nextjs` example.

This is the PR where I am working on the rest-express-auth example, details #2838. This is currently a draft.

Examples on how to use indexes should be helpful: https://www.prisma.io/docs/concepts/components/prisma-schema/indexes

Hi all and @nikolasburk , I know there is an [AWS serverless lambda Prisma example](https://github.com/prisma/prisma-examples/tree/latest/deployment-platforms/aws-lambda) but nothing yet for using AWS SAM with Prisma as a Lambda Layer. I've been...

I'm trying to write some unit tests to my NestJS application using Prisma, which is proving to be a real challenge. It would be good if we could have unit...

kind/feature