prisma-client-extensions icon indicating copy to clipboard operation
prisma-client-extensions copied to clipboard

Examples of Prisma Client extensions.

Results 32 prisma-client-extensions issues
Sort by recently updated
recently updated
newest added

[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [@types/node](https://togithub.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/node) ([source](https://togithub.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node)) | [`18.19.31` -> `20.16.1`](https://renovatebot.com/diffs/npm/@types%2fnode/18.19.31/20.16.1) |...

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-client-extensions). ## Config Migration Needed - [ ]...

[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [zod](https://zod.dev) ([source](https://togithub.com/colinhacks/zod)) | [`3.23.4` -> `3.23.8`](https://renovatebot.com/diffs/npm/zod/3.23.4/3.23.8) |...

[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [@types/bcryptjs](https://togithub.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/bcryptjs) ([source](https://togithub.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/bcryptjs)) | [`2.4.2` -> `2.4.6`](https://renovatebot.com/diffs/npm/@types%2fbcryptjs/2.4.2/2.4.6) |...

Rollback was not working when explicitly called. This PR changes the script to test that and actually call rollback. This code should be much more rigorously tested than this, but...

I have tried to use the extension in the service but it never logs information and I have tried to put it as your example and as the documentation but...

We've been using (a variant of) the callback-free-itx extension with Prisma 4 in production for a while now, it's been rock solid. We're exploring the upgrade to Prisma 5 and...

Similar to Zenstack: https://zenstack.dev/blog/prisma-client-extensions#1-soft-delete So that in the future we can share it with questions like this one: https://github.com/prisma/prisma/discussions/21704

The global methods that modify the database where still allowed. This changes that issue. I haven't yet figured out how to throw a typescript error, but in runtime it will...

VERY excited for this feature. Thank you for the examples! One area I'm confused about is adding a side-effect to a model CUD action. This could be replacing the delete...