Imports of package pgx

PathSynopsis
bytesPackage bytes implements functions for the manipulation of byte slices.
contextPackage context defines the Context type, which carries deadlines, cancellation signals, and other request-scoped values across API boundaries and between processes.
database/sql/driverPackage driver defines interfaces to be implemented by database drivers as used by package sql.
encoding/hexPackage hex implements hexadecimal encoding and decoding.
fmtPackage fmt implements formatted I/O with functions analogous to C's printf and scanf.
github.com/jackc/pgconnPackage pgconn is a low-level PostgreSQL database driver.
github.com/jackc/pgconn/stmtcachePackage stmtcache is a cache that can be used to implement lazy prepared statements.
github.com/jackc/pgioPackage pgio is a low-level toolkit building messages in the PostgreSQL wire protocol.
github.com/jackc/pgproto3/v2Package pgproto3 is a encoder and decoder of the PostgreSQL wire protocol version 3.
github.com/jackc/pgtype
github.com/jackc/pgx/v4/internal/sanitize
golang.org/x/xerrorsPackage xerrors implements functions to manipulate errors.
ioPackage io provides basic interfaces to I/O primitives.
mathPackage math provides basic constants and mathematical functions.
reflectPackage reflect implements run-time reflection, allowing a program to manipulate objects with arbitrary types.
strconvPackage strconv implements conversions to and from string representations of basic data types.
stringsPackage strings implements simple functions to manipulate UTF-8 encoded strings.
timePackage time provides functionality for measuring and displaying time.