package
25.1.0+incompatible
Repository: https://github.com/cockroachdb/cockroach.git
Documentation: pkg.go.dev

# Functions

CompareConns executes prep and exec on all connections in conns.
CompareVals returns an error if a and b differ, specifying what the difference is.
NewConn returns a new Conn on the given uri and executes initSQL on it.
NewConnWithMutators returns a new Conn on the given uri and executes initSQL on it.

# Interfaces

Conn holds gosql and pgx connections and provides some utility methods.