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
