exports.client = function()

in server/db.js [10:12]


exports.client = function (cb) {
  pool.connect(cb)
}