RobertCraigie / prisma-client-py

Prisma Client Python is an auto-generated and fully type-safe database client designed for ease of use
https://prisma-client-py.readthedocs.io
Apache License 2.0
1.86k stars 81 forks source link

Add support for `Prisma.JsonNull` equivalent #714

Open RobertCraigie opened 1 year ago

RobertCraigie commented 1 year ago

Problem

https://discord.com/channels/933860922039099444/1080804462970535996/1080804462970535996

Suggested solution

Implement equivalent of https://www.prisma.io/docs/concepts/components/prisma-client/working-with-fields/working-with-json-fields#using-null-values

ezorita commented 2 months ago

@RobertCraigie I'd support the development of this feature, since we found ourselves with the issue of not being able to NULL optional Json fields.