github.com/go-pg/pg/v10.Options.OnConnect (field)
3 uses
github.com/go-pg/pg/v10 (current package)
base.go#L117: if db.opt.OnConnect != nil {
base.go#L119: return db.opt.OnConnect(ctx, newConn(ctx, db.withPool(p)))
options.go#L33: OnConnect func(ctx context.Context, cn *Conn) error
The pages are generated with Golds v0.4.9. (GOOS=linux GOARCH=amd64)