Update object in json column #519
Answered
by
sunillarsson
sunillarsson
asked this question in
Questions
-
|
Hi, is there a way to update a nested json object in a supabase table (for example, add comments to a post)? I know there are some json-functions built into postgres, but without being an expert it seems a bit janky at the moment. |
Beta Was this translation helpful? Give feedback.
Answered by
sunillarsson
Jan 14, 2021
Replies: 1 comment 2 replies
-
|
The first part of my question already seem to be somewhat answered, but I'm still interested in the second part. Is it a good practice to use json in relational databases? |
Beta Was this translation helpful? Give feedback.
2 replies
Answer selected by
sunillarsson
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
The first part of my question already seem to be somewhat answered, but I'm still interested in the second part. Is it a good practice to use json in relational databases?