+ 3
How safe is MySQL for a large Node.JS Application?
Since MongoDB does not support x32-bit systems ( :( ), I have decided to use MySQL. - How secure is MySQL, how do I prevent SQL injection? - Are there any other recommendations? Thanks! --------------
2 odpowiedzi
+ 6
Preventing SQL injection in Node.js:
https://stackoverflow.com/questions/15778572/preventing-sql-injection-in-node-js
+ 3
Thank Biel Blue