postgres
postgres copied to clipboard
Adding PGAPPNAME Environment Variable
Making it possible to set the application_name with the PGAPPNAME environment variable. This is a standard set by the Postgres team (https://www.postgresql.org/docs/current/libpq-envars.html).
It is a nice to have feature, and makes it easier to transition from the pg package 🔢 😊