MySQL Pool Connection Manager
This is a simple wrapper for managing mysql pooled connection using promises (and therefore generators). The module exports a function that you pass the pool configuration too.
Installation
npm instal mysql-pool-connection-manager
Usage
var configuration = ; //you can pass anything that you would pass to mysql.createPool()moduleexports = host: configurationhost user: configurationusername password: configurationpassword port: configurationport;