package
1.7.3
Repository: https://github.com/matthewpi/pgtype.git
Documentation: pkg.go.dev

# README

pgxtype

pgxtype is a helper module that connects pgx and pgtype. This package is not currently covered by semantic version guarantees. i.e. The interfaces may change without a major version release of pgtype.

# Functions

No description provided by the author
GetCompositeFields gets the fields of a composite type.
GetEnumMembers gets the possible values of the enum by oid.
LoadDataType uses conn to inspect the database for typeName and produces a pgtype.DataType suitable for registration on ci.

# Interfaces

No description provided by the author