Feel free to tell me this isn't the place to ask t...
# prisma-client
w
Feel free to tell me this isn't the place to ask this question. I have been using the "experimental"
filterJson
feature to query my Postgres JSONB columns. Does Prisma provide any ability to update JSONB columns (other than wholesale replacement or using
raw
execution)?
โœ… 1
n
Hey William ๐Ÿ‘‹ It seems you are looking for this reference: Updating nested JSON Key value We donโ€™t have native support for updating JSONB columns, we have an existing Feature Request: #5057, if you could leave a ๐Ÿ‘ to the feature request it would help us in prioritising it.
w
Thanks @Nurul!