pgxpool

package
v2.0.1 Latest Latest
Warning

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

Go to latest
Published: Feb 2, 2026 License: Apache-2.0 Imports: 2 Imported by: 0

Documentation

Overview

Package pgxpool provides pgxpool integration helpers. EXPERIMENTAL: This package is a convenience wrapper and may change.

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func New

func New(dsn string) (ports.DatabasePool, error)

New constructs a pgx-backed database pool adapter.

Types

type Adapter

type Adapter = pgxpool.Adapter

Adapter aliases the pgxpool adapter type.

type Connection

type Connection = pgxpool.Connection

Connection aliases the pgxpool connection wrapper type.

type Result

type Result = pgxpool.Result

Result aliases the pgxpool result wrapper type.

type Row

type Row = pgxpool.Row

Row aliases the pgxpool row wrapper type.

type Rows

type Rows = pgxpool.Rows

Rows aliases the pgxpool rows wrapper type.

type Stats

type Stats = pgxpool.Stats

Stats aliases the pgxpool stats wrapper type.

type Transaction

type Transaction = pgxpool.Transaction

Transaction aliases the pgxpool transaction wrapper type.

Jump to

Keyboard shortcuts

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