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
Use pool.connect() for some chained database queries to improve performance by using the same client for all the queries within a transaction. This has the added benefit of reducing the number of connections required to perform certain queries.
Use pool.connect() for some chained database queries to improve performance by using the same client for all the queries within a transaction. This has the added benefit of reducing the number of connections required to perform certain queries.