# Packages
No description provided by the author
Package gopgv10 implements github.com/go-pg/pg/v10 adapter.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
# Functions
Err returns error as field.
F returns value as field.
NewStdLogger instantiates new Logger using stdlib "log".
# Constants
KeyError is the default key for error field.
# Variables
ErrNoRows abstract db driver-level "no rows in result set" error.
ErrTxClosed abstract db driver-level "transaction is closed" error.
# Structs
No description provided by the author
No description provided by the author
No description provided by the author
# Interfaces
CommandTag is the result of an Exec function.
ConnPool is a PostgreSQL connection pool handle.
No description provided by the author
Queryable is the base interface for different types of db connections that should implement basic querying operations.
Row represents single row returned by DB driver.
Tx represents a database transaction.