What MySQL drivers are available for node.js? [closed]
Solution 1:
Here are some options:
- http://github.com/felixge/node-mysql (last update: Sep 29th)
- https://github.com/sidorares/node-mysql2 (last update: Sep 04, 2018)
Solution 2:
You can also try out a newer effort known as Node.js DB that aims to provide a common framework for several database engines. It is built with C++ so performance is guaranteed.
Specifically you could use its db-mysql driver for Node.js MySQL support.
Solution 3:
Just look at https://github.com/Sannis/node-mysql-libmysqlclient.