Updating JSONB fields with Drizzle
I recently made a jsonb column in a postgres database and it took me a bit
to figure out how to update a single value without overwriting the entire
field. If you know a better way please let me know.
评论
?
参与讨论
I recently made a jsonb column in a postgres database and it took me a bit
to figure out how to update a single value without overwriting the entire
field. If you know a better way please let me know.