Hello,
Is there a way to pass application name parameter when opening connection?
Have not found it in connection parameters.
Thanks
The property is application_name:
const pool = new pg.Pool({
â‹®
application_name: 'a name',
});
Thanks, I have committed update to typing's definition.
Most helpful comment
The property is
application_name: