Versions in this module Expand all Collapse all v0 v0.2.0 Feb 27, 2023 v0.1.0 Oct 6, 2022 Changes in this version + type PGX interface + Begin func(ctx context.Context) (pgx.Tx, error) + BeginTx func(ctx context.Context, txOptions pgx.TxOptions) (pgx.Tx, error) + CopyFrom func(ctx context.Context, tableName pgx.Identifier, columnNames []string, ...) (int64, error) + Exec func(ctx context.Context, sql string, arguments ...any) (pgconn.CommandTag, error) + Query func(ctx context.Context, sql string, args ...any) (pgx.Rows, error) + QueryRow func(ctx context.Context, sql string, args ...any) pgx.Row + SendBatch func(ctx context.Context, b *pgx.Batch) pgx.BatchResults