You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
'Client.queryQueue is deprecated and will be removed in pg@9.0.'
21
21
)
22
22
23
-
constpgPassDeprecationNotice=nodeUtils.deprecate(
24
-
()=>{},
25
-
'pgpass support is deprecated and will be removed in pg@9.0. '+
26
-
'You can provide an async function as the password property to the Client/Pool constructor that returns a password instead. Within this function you can call the pgpass module in your own code.'
0 commit comments