From https://pkg.go.dev/github.com/northwesternmutual/grammes@v1.2.0/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?
From https://pkg.go.dev/github.com/northwesternmutual/grammes@v1.2.0/manager#ExecuteQuerier,
ExecuteBoundQueryonly supportsmap[string]string.Wouldn't this be more comprehensive to use
map[string]interface{}or was this a deliberate design choice?