Home > Blockchain >  Can I use MySQL with JS/NodeJS
Can I use MySQL with JS/NodeJS

Time:05-08

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.

CodePudding user response:

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

http://knexjs.org

CodePudding user response:

Yes, I use MariaDB perfectly. No problems.

  • Related