The MySQL documentation says that it should be \\\'. However, both scite and mysql shows that \'\' works. I saw that and it works. What should I d
\\\'
\'\'
Replace the string
value = value.replace(/'/g, "\\'");
where value is your string which is going to store in your Database.
Further, NPM package for this, you can have look into it
Further,
NPM package for this, you can have look into it
https://www.npmjs.com/package/mysql-apostrophe