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?
相关问题
- npm WARN optional SKIPPING OPTIONAL DEPENDENCY: fs
- sqlyog export query result as csv
- Inheritance impossible in Windows Runtime Componen
- NOT DISTINCT query in mySQL
- how to get running process information in java?
node-mysql compatible mysql driver for node.js (node-mysql2), also works on Windows
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.