postgres

package
v0.2.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Oct 8, 2024 License: MIT Imports: 2 Imported by: 0

Documentation

Overview

Package postgres provides helpers for working Postgres database. 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

func CheckPostgresError(err error, errCode dbkit.PostgresErrCode) bool

CheckPostgresError checks if the passed error relates to Postgres and it's internal code matches the one from the argument. nolint: staticcheck // lib/pq using is deprecated. Use pgx Postgres driver.

Types

This section is empty.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL