# Packages
Package pgx implements the Driver interface.
# Interfaces
Beginner defines a database that can begin a transaction.
Conn interface.
Copy interface.
CopyConn interface.
Databaser interface.
Driver is the interface type that needs to implemented by all drivers.
DumpDriver interface.
Execer interface.
Queryer defines a database that can perform queries.
RowQueryer defines a database that can query a row.
RowsScanner defines a type that can scan rows returned from a database query.
Scanner defines a type that can handle basic row scanning from a db query.
Tx interface.