snowflake-promise
snowflake-promise copied to clipboard
expose method to check whether connection is up
When using snowflake-promise
with a pool of connections, it is important to validate that the connection is still up. This is provided from the snowflake-sdk
via the isUp
method. This pull request is to expose the method without exposing the entire sdk_connection
, which remains private to the class.