Skip to content

Commit ed4abce

Browse files
authored
Add application_name (#128)
1 parent 500cad0 commit ed4abce

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

content/api/2-client.mdx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@ config = {
2121
types?: any, // custom type parsers
2222
statement_timeout?: number, // number of milliseconds before a statement in query will time out, default is no timeout
2323
query_timeout?: number, // number of milliseconds before a query call will timeout, default is no timeout
24+
application_name?: string, // The name of the application that created this Client instance
2425
connectionTimeoutMillis?: number, // number of milliseconds to wait for connection, default is no timeout
2526
idle_in_transaction_session_timeout?: number // number of milliseconds before terminating any session with an open idle transaction, default is no timeout
2627
}

0 commit comments

Comments
 (0)