For JSON columns, give option to unmarshal to map[string]interface{} or custom object. **v3 Relations** 1. If struct contains field which is struct (pointer or concrete), then fetch. 2. If struct contains field which is slice of struct, then fetch from join table 3. Ability to escape sql injection protection: "Dangerous"
For JSON columns, give option to unmarshal to map[string]interface{} or custom object.
v3 Relations