K
Kysely•5mo ago
mike

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
Igal
Igal•5mo ago
Hey 👋 This is dialect/underlying driver specific. What dialect are you using?
mike
mike•5mo ago
postgres
Unknown User
Unknown User•5mo ago
Message Not Public
Sign In & Join Server To View
mike
mike•4mo ago
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)