Hello, is there any way to persist a JSON in postgres with GO language?
I do not want to do a manual insert, I want to map my JSON with a struct and persist, similar to hibernate in Java.
I found this lib link
Convert my JSON to BSON and persist?
How would that look in the code?