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