package postgresql import "github.com/jackc/pgx/v5" var ( ErrNoRows = pgx.ErrNoRows ) const ( ErrConstraintUnique = "23505" )