Imports of package pgx

PathSynopsis
contextPackage context defines the Context type, which carries deadlines, cancellation signals, and other request-scoped values across API boundaries and between processes.
database/sqlPackage sql provides a generic interface around SQL (or SQL-like) databases.
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/pgx/v5/pgconnPackage pgconn is a low-level PostgreSQL database driver.
github.com/jackc/pgx/v5/pgxpoolPackage pgxpool is a concurrency-safe connection pool for pgx.
github.com/jackc/pgx/v5/stdlibPackage stdlib is the compatibility layer from pgx to database/sql.
net/urlPackage url parses URLs and implements query escaping.
osPackage os provides a platform-independent interface to operating system functionality.
testingPackage testing provides support for automated testing of Go packages.
timePackage time provides functionality for measuring and displaying time.
zgo.at/zdbPackage zdb provides a nice API to interact with SQL databases in Go.
zgo.at/zdb/drivers
zgo.at/zstd/zcryptoPackage zcrypto implements cryptographic helpers.