From https://pkg.go.dev/github.com/northwesternmutual/[email protected]/manager#ExecuteQuerier, ExecuteBoundQuery only supports map[string]string.
Wouldn't this be more comprehensive to use map[string]interface{} or was this a deliberate design choice?