Basically after doing a query I\'d like to take the resulting rows and produce a []map[string]interface{}, but I do not see how to do this with the API since th
If you really wan't a map, which is needed in some cases, have a look at dbr, but you need to use the fork (since the pr got rejected in the original repo). The fork seems more up to date anyway: