Imports of package pgconn

PathSynopsis
bytesPackage bytes implements functions for the manipulation of byte slices.
container/listPackage list implements a doubly linked list.
contextPackage context defines the Context type, which carries deadlines, cancellation signals, and other request-scoped values across API boundaries and between processes.
crypto/hmacPackage hmac implements the Keyed-Hash Message Authentication Code (HMAC) as defined in U.S. Federal Information Processing Standards Publication 198.
crypto/md5Package md5 implements the MD5 hash algorithm as defined in RFC 1321.
crypto/pbkdf2Package pbkdf2 implements the key derivation function PBKDF2 as defined in RFC 8018 (PKCS #5 v2.1).
crypto/randPackage rand implements a cryptographically secure random number generator.
crypto/sha256Package sha256 implements the SHA224 and SHA256 hash algorithms as defined in FIPS 180-4.
crypto/tlsPackage tls partially implements TLS 1.2, as specified in RFC 5246, and TLS 1.3, as specified in RFC 8446.
crypto/x509Package x509 implements a subset of the X.509 standard.
encoding/base64Package base64 implements base64 encoding as specified by RFC 4648.
encoding/binaryPackage binary implements simple translation between numbers and byte sequences and encoding and decoding of varints.
encoding/hexPackage hex implements hexadecimal encoding and decoding.
encoding/pemPackage pem implements the PEM data encoding, which originated in Privacy Enhanced Mail.
errorsPackage errors implements functions to manipulate errors.
fmtPackage fmt implements formatted I/O with functions analogous to C's printf and scanf.
github.com/jackc/pgpassfilePackage pgpassfile is a parser PostgreSQL .pgpass files.
github.com/jackc/pgservicefilePackage pgservicefile is a parser for PostgreSQL service files (e.g.
github.com/jackc/pgx/v5/internal/iobufpoolPackage iobufpool implements a global segregated-fit pool of buffers for IO.
github.com/jackc/pgx/v5/internal/pgioPackage pgio is a low-level toolkit building messages in the PostgreSQL wire protocol.
github.com/jackc/pgx/v5/pgconn/ctxwatch
github.com/jackc/pgx/v5/pgconn/internal/bgreaderPackage bgreader provides a io.Reader that can optionally buffer reads in the background.
github.com/jackc/pgx/v5/pgproto3Package pgproto3 is an encoder and decoder of the PostgreSQL wire protocol version 3.
golang.org/x/text/secure/precisPackage precis contains types and functions for the preparation, enforcement, and comparison of internationalized strings ("PRECIS") as defined in RFC 8264.
ioPackage io provides basic interfaces to I/O primitives.
mapsPackage maps defines various functions useful with maps of any type.
mathPackage math provides basic constants and mathematical functions.
netPackage net provides a portable interface for network I/O, including TCP/IP, UDP, domain name resolution, and Unix domain sockets.
net/urlPackage url parses URLs and implements query escaping.
osPackage os provides a platform-independent interface to operating system functionality.
os/userPackage user allows user account lookups by name or id.
path/filepathPackage filepath implements utility routines for manipulating filename paths in a way compatible with the target operating system-defined file paths.
regexpPackage regexp implements regular expression search.
slicesPackage slices defines various functions useful with slices of any type.
strconvPackage strconv implements conversions to and from string representations of basic data types.
stringsPackage strings implements simple functions to manipulate UTF-8 encoded strings.
syncPackage sync provides basic synchronization primitives such as mutual exclusion locks.
timePackage time provides functionality for measuring and displaying time.