We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Prisma.JsonNull
findUniqueOrThrow
The text was updated successfully, but these errors were encountered:
Could we include adding support for OpenTelemetry to this list as well?
Sorry, something went wrong.
Can we add extensions to this list https://www.prisma.io/docs/orm/prisma-client/client-extensions/model
Unfortunately I don't think we're ever going to be able to offer something as customisable as that, the python type system just isn't good enough.
But if you just want to add methods to your models you can subclass the models that prisma-client-py generates and make queries using that model: https://prisma-client-py.readthedocs.io/en/stable/reference/model-actions/
No branches or pull requests
Prisma.JsonNull
equivalent #714findUniqueOrThrow
#719The text was updated successfully, but these errors were encountered: