node-mariasql
node-mariasql copied to clipboard
Show SQL of the generated query?
Is there a possibility or a feature like this? I need to see the SQL after the binds, because query result doesn't look like true and there are many bindings in the query. I think maybe one or more of them placed wrong. So I should see the SQL to detect this
I use sqlstring module to generated SQL, then pass into mariasql