Imports of package pq

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/lib/pqPackage pq is a pure Go Postgres driver for the database/sql package.
osPackage os provides a platform-independent interface to operating system functionality.
os/execPackage exec runs external commands.
regexpPackage regexp implements regular expression search.
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.