'Can I use MySQL with JS/NodeJS

I used to add MySQL/MySQLi DB with PHP and MongoDB in Node js. I can use MongoDB with PHP also. What is the best way to use MySQL/MySQLi with JS/node.js? any video tutorial will be helpful for me.



Solution 1:[1]

Yes, you can use with NodeJs, I have no video tutorial but knex will help you

http://knexjs.org

Solution 2:[2]

Yes, I use MariaDB perfectly. No problems.

Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source
Solution 1 Woadud Akand
Solution 2 Juan Enrique GarcĂ­a Sancho