Documentation
¶
Overview ¶
Package postgres contains the official implementation of the PostgreSQL integration.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type DB ¶
type DB struct {
// contains filtered or unexported fields
}
DB implements the data.DB interface for PostgreSQL databases.
func (*DB) ErrIsDupKey ¶
ErrIsDupKey says if the error reports a database error indicating that an insert would cause a duplicate key error.
Click to show internal directories.
Click to hide internal directories.