marz0405

Results 4 comments of marz0405

The code used to run all the queries is `var res = await utils.sql();`

Hi, is there any update on this?

ok. I used the dev version and now I get ``` var res = await utils.sql('SHOW TABLES'); console.log(res); ``` ``` SqlResponse { toJSON: [Function (anonymous)], actualInstance: [ { columns: [Array],...

I guess I figured it out. In the previous version `res` was an array now that same array is returned by `res.toJSON()`. Should I go ahead and use this in...