mysqljs / sqlstring

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

Config to change the ID character #53

Closed Syranda closed 4 years ago

Syranda commented 4 years ago

I added a simple config to change the id character. This makes it possible to use the library for e.g. MSSQL.

dougwilson commented 4 years ago

Thank you, and it's definitely appreciated, but support of SQL dialects beyond MySQL is outside of the scope of the modules (like this one) that are part of the mysqljs organization 👍 If you are looking for a similar, but more generalized module: https://hiddentao.github.io/squel/