/** * Disconnects from your data store. * @param next */ exports.disconnect = function (next) { next(); // allways succeed };