# 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.
Names that are used internally for named prepared statements.
Names that are used internally for named prepared statements.
Names that are used internally for named prepared statements.
Names that are used internally for named prepared statements.
Names that are used internally for named prepared statements.
Names that are used internally for named prepared statements.
# Variables
ErrNoRows abstract db driver-level "no rows in result set" error.
ErrTxClosed abstract db driver-level "transaction is closed" error.
PreparedStatements is the list of the named statements used by the library that should be prepared per connection.
# Structs
ConnPoolStat is the connection pool statistics.
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.
Conn is a PostgreSQL connection handle.
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.