Join Slack
Powered by
for prisma (postgres) json array, do i have to upd...
# orm-help
a
AdamRajch
08/18/2022, 7:31 PM
for prisma (postgres) json array, do i have to update with the full array or is there a way to "push" to the existing value
✅ 1
n
Nurul
08/19/2022, 8:43 AM
Hey Adam 👋 You can use the
push
method to push individual elements to array, you won't need to update the full array.
4
Views
Open in Slack
Previous
Next