Inherit from the Runner constructor's prototype,
so we can add the correct then method.
Grab a connection, run the query via the MySQL streaming interface, and pass that through to the stream we've sent back to the client.
Runs the query on the specified connection, providing the bindings and any other necessary prep work.
Process the response as returned from the query.
Assign the newly extended Runner constructor to the client object.
MySQL Runner