Currently using: https://github.com/felixge/node-mysql
I have the following code:
var connection = mysql.createConnection({ host : \'localhos
I believe the proper way is to just get a connection for your app at startup, and end() it when your app closes.
end()