Versions in this module Expand all Collapse all v6 v6.0.0 Jan 30, 2024 Changes in this version + func NewConn(c *pgxpool.Conn) adapter.Conn + func NewConnPool(pool *pgxpool.Pool) adapter.ConnPool + func NewTx(tx pgx.Tx) adapter.Tx + func UnwrapTx(tx adapter.Tx) (pgx.Tx, bool)