Versions in this module Expand all Collapse all v1 v1.0.0 Dec 4, 2022 v0 v0.0.1 Nov 29, 2022 Changes in this version + type Postgres struct + func Get(conn string) (*Postgres, error) + func (pg *Postgres) CheckConstraint(err error, cst string) bool + func (pg *Postgres) WrapTx(ctx context.Context, txFunc func(p *Postgres) error) error