I am using node+ejs for rendering the pages. In one page I want to validate the SQL query syntax which is been entered. By searching I got to know sql-parser is the way to do that but I don't know how to do.
Now my question is, how to use sql-parser to validate the query in nodejs.
since I am a beginner to this I don't have any idea. hopefully someone can guide me in the right direction.Thanks in Advance.
Ask me for more clarification.