July 11, 2024
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.