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
Hi, we use built-in connection pooling: createPool() which is a shortcut for the pool.getConnection() -> connection.query() -> connection.release() code flow.
where you are closing the db connections?
The text was updated successfully, but these errors were encountered: