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
node-pg supports pooling whereas we create a new connection every request in the current scenario.
Was there any reason to not use them in the first place?
node-pg supports pooling whereas we create a new connection every request in the current scenario.
Was there any reason to not use them in the first place?