I haven't seem an example for closing a connection. There are some logic related creating connection pool and closing connection pool shown as below. `new sql.ConnectionPool(config).connect().then(pool => {...` `pool.close();` So when is a connection released? Or can we explicitly close a connection (if necessary)?