Connect to the HeavyDB server#

from test_connect of rbc/tests/heavydb/test_howtos.py#
1from rbc.heavydb import RemoteHeavyDB
2heavy = RemoteHeavyDB(user='admin', password='HyperInteractive',
3                      host='127.0.0.1', port=6274)