What MySQL driver for Node.js works on Windows?

2019-03-27 21:20发布

问题:

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?

回答1:

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.



回答2:

node-mysql compatible mysql driver for node.js (node-mysql2), also works on Windows