I would like to use MySQL with Node.js on Windows. I have tried to use node-db-mysql, but it looks like it doesn't support Windows. Is there any other MySQL driver for Node.js that works on Windows?
|
feedback
|
|
I haven't used it, but https://github.com/felixge/node-mysql is at least pure javascript, so it should not have the same cross-platform concerns as the one you posted, which is a js wrapper around a c++ library. | |||
|
feedback
|
|
https://github.com/sidorares/nodejs-mysql-native also works on Windows | |||||
feedback
|