What about this: https://github.com/dsferruzza/simpleSqlParser
I've come across a few in the past but they're often not feature-complete and can't parse JOIN and subqueries and such. I think one of the use cases I've seen was to polyfill WebSQL by using IndexedDB in the browser, but I can't find that project now. On Wednesday, July 16, 2014 6:03:28 PM UTC-7, João Rodrigues wrote: > > Terça-feira, 15 de Julho de 2014 19:35:13 UTC+1, Matt Sergeant escreveu: > >> You'll need to write a parser. There are tools to help, e.g. >> http://pegjs.majda.cz/documentation >> > > > Hi Matt. > > I was already writing the parser with JISON > <http://zaach.github.io/jison/>, but I'm glad you answered my question, > because PEG.js is way easier. :) > > Thank you very much!! > > João > -- Job board: http://jobs.nodejs.org/ New group rules: https://gist.github.com/othiym23/9886289#file-moderation-policy-md Old group rules: https://github.com/joyent/node/wiki/Mailing-List-Posting-Guidelines --- You received this message because you are subscribed to the Google Groups "nodejs" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/nodejs/5cd56291-50d6-40f2-bbb0-b2456f305b4a%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
