Documentation ¶
Overview ¶
Package postgres provides helpers for working with the Postgres database using the github.com/lib/pq driver. Should be imported explicitly. To register postgres as retryable func use side effect import like so:
import _ "github.com/acronis/go-dbkit/postgres"
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func CheckPostgresError ¶
CheckPostgresError checks if the passed error relates to Postgres, and it's internal code matches the one from the argument.
Types ¶
Click to show internal directories.
Click to hide internal directories.