Execute mysql commands over an ssh tunnel.
npm install mysql2-sshSets up a MySQL connection inside an SSH tunnel.
Forked from Grrr Amsterdam's mysql-ssh, but this package has async/await support.
@TODO: Write docs, mentioning to close the awaited connection after use.