move database helpers into their own files

This commit is contained in:
psychobunny
2014-04-14 15:09:57 -04:00
parent ae1ecb490f
commit 290e348851
5 changed files with 79 additions and 68 deletions

View File

@@ -0,0 +1,6 @@
"use strict";
var helpers = {};
module.exports = helpers;