mysqljs / sqlstring

Simple SQL escape and format for MySQL
MIT License
403 stars 78 forks source link

Feature: escaping html #17

Closed MaximeTroiano closed 7 years ago

MaximeTroiano commented 7 years ago

Hi team, First of all: thanks for this great tool.

Another cool feature would be to escape HTML tags directly from Node.js.

What do you think?

Kr, Maxime

dougwilson commented 7 years ago

I mean, this is a SQL module; you can use SQL without ever interacting with HTML. Just use a HTML escaping module on npm.