vertica / vertica-nodejs

Official native node.js client for the Vertica Analytics Database.
https://www.vertica.com/
Apache License 2.0
12 stars 14 forks source link

Support connection label #123

Closed scherepanov closed 1 year ago

scherepanov commented 1 year ago

Please add support for connection label: V_LABEL = ""

DMickens commented 1 year ago

Connection labels are currently supported, although not through an environment variable. You can pass a connection label through the client or pool config object by using the key "client_label". We will look into adding support for environment variables, though it will likely be V_CLIENT_LABEL