node-mysql connection pooling

后端 未结 3 590
天涯浪人
天涯浪人 2020-12-30 06:35

I am using node-mysql module (https://github.com/felixge/node-mysql) OR (http://utahjs.com/2010/09/22/nodejs-and-mysql-introduction/) .

Is this API handling connect

3条回答
  •  暗喜
    暗喜 (楼主)
    2020-12-30 07:11

    The node-mysql module support connection pool now.

    Reference: https://github.com/felixge/node-mysql#pooling-connections

提交回复
热议问题