func github.com/go-pg/pg/v10/internal/pool.NewStickyConnPool

5 uses

	github.com/go-pg/pg/v10/internal/pool (current package)
		pool_sticky.go#L48: func NewStickyConnPool(pool Pooler) *StickyConnPool {

	github.com/go-pg/pg/v10
		base.go#L585: 	return prepareStmt(db.withPool(pool.NewStickyConnPool(db.pool)), q)
		db.go#L108: 	return newConn(db.ctx, db.baseDB.withPool(pool.NewStickyConnPool(db.pool)))
		tx.go#L53: 		db:  db.withPool(pool.NewStickyConnPool(db.pool)),
		tx.go#L132: 	db := tx.db.withPool(pool.NewStickyConnPool(tx.db.pool))