Both look very interesting. Thanks! I wound up pulling up https://github.com/pierrec/node-atok and it works like a charm for what I need.
On Thursday, July 5, 2012 5:34:02 PM UTC-4, mscdex wrote: > > On Jul 5, 2:28 pm, Alex <[email protected]> wrote: > > I need to parse out where statements for sql in an app so that the > fields > > can be properly mapped to existing database columns and the statement > > parameterized, etc. Can anyone suggest an existing node module to > > accomplish this? Basically, if given a string such as: > > Here are two on npm that look like they're still being maintained/ > actively developed: > > https://github.com/langpavel/node-sqljs > https://github.com/vincent-zhao/sqlparser -- Job Board: http://jobs.nodejs.org/ Posting guidelines: 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 post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/nodejs?hl=en?hl=en
