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
rn we're using pgxpool - a pool of connections to manage connections to the database while any query, using db.DB instance instead would help to scale the database connections a lot.
rn we're using
pgxpool- a pool of connections to manage connections to the database while any query, usingdb.DBinstance instead would help to scale the database connections a lot.