brianc / node-sql

SQL generation for node.js
MIT License
1.05k stars 191 forks source link

is there functionality to add comments to sql query #396

Open palashkulsh opened 6 years ago

palashkulsh commented 6 years ago

first of all wonderful library it is. I was searching through the code of node-sql, if there is any functionality to add comment to the query via node sql . [begining , end or any where] for eg. /some comment/select id from user where name='brianc';