close method

void close()

Close the connection to the db

Implementation

void close() {
  client.close();
}