Skip to content

pgx failover support without database/sql #214

@clemensg

Description

@clemensg

Describe the feature

It seems this wrapper was designed to be used with database/sql only and not when using pgx directly, which is often required for advanced Postgres features. Any ideas/plans on how to leverage fast failover detection when using pgx/v5 without database/sql ?

Use Case

We often can't use database/sql. It is also more performant to use pgx directly instead of via database/sql.

Proposed Solution

No response

Other Information

No response

Acknowledgements

  • I may be able to implement this feature request
  • This feature might incur a breaking change

The AWS Advanced Go Wrapper version used

2025-07-31

Go version used

1.24

Operating System and version

Linux

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions