Node.jsとMySQLをつなぐためのプラグインは数種類ある。 node-mysql — A node.js module implementing the MySQL protocol node-mysql-native — Mysql client module for node.js, written in JavaScript. No other mysql runtime required. node-mysql-libmysqlclient — MySQL bindings for Node.js using libmysqlclient. node-mysql-pool — MySQL connection pool for node.js on top of Felix Geisendörfer’s MySQL client node-mysql. 今回は、node-my

