Versions in this module Expand all Collapse all v1 v1.1.2 Jun 10, 2026 v1.1.1 Jun 9, 2026 Changes in this version + func Down(engines ...control.Engine) + func EnvVar(e control.Engine) string + func Goroutines() int + func Run(conns map[control.Engine]Conn, tol int, ...) map[control.Engine]Result + func Settle() + func Up(ctx context.Context, engines ...control.Engine) (map[control.Engine]Conn, error) + type Conn struct + DSN string + Driver string + Engine control.Engine + type LeakReport struct + Engine control.Engine + GoroutinesAfter int + GoroutinesBefore int + PoolInUse int + PoolOpen int + Tolerance int + func (r LeakReport) GoroutinesLeaked() bool + func (r LeakReport) OK() bool + func (r LeakReport) PoolLeaked() bool + func (r LeakReport) String() string + type Result struct + Err error + Leak LeakReport