How to work with json columns?
There are so many different sources in the documentation as those made me confused completely. I used documented way but still get errors:
https://kyse.link/H3MKN
4 Replies
Hey 👋
This is dialect/underlying driver specific. What dialect are you using?
postgres
Unknown User•10mo ago
Message Not Public
Sign In & Join Server To View
thanks for the link however to my understanding I doesn't have typings on the json at all. I used the plugin
plugins: [new ParseJSONResultsPlugin()],
and I am saving the typed objects as string which works without any problem on the db level. However there is a mystery for me how to use the typing in the create and update json columns (as the attached link)