Overview
Simple lib to interact with the code challenge scoreboard DB.
Test
Setup a MySQL test DB called code_challenge. Located on port 3306
Usage
Your main interface is the scoreboard module and you should ise it thusly
use ScoreBoard;
let mute scoreboard = new;
let scoreboard = new;
let filters = new
.add_filter
.add_filters
.build;
let scores = scoreboard.display;