diff --git a/libs/mysql.js b/libs/mysql.js index a69f65f..af06ed0 100644 --- a/libs/mysql.js +++ b/libs/mysql.js @@ -141,4 +141,20 @@ export function setVerified(connection, username) { resolve(result); }) }) -} \ No newline at end of file +} + +module.exports = { + getConnection, + + getGames, + getGame, + addHelper, + removeHelper, + getHelpers, + + getUser, + addUser, + + getUnverifiedUsers, + setVerified, +};