Skip to content

Open up access to the underlying NpgsqlConnection #234

@devonbessemer

Description

@devonbessemer

Describe the feature

This library abstracts away the underlying NpgsqlConnection and does not expose the underlying methods. This means we lose access to specific Npgsql methods such as binary import and export methods. Is there a way to still provide public access to an NpgsqlConnection instance?

Use Case

NpgsqlConnection has additional methods for postgres specific operations that are not included in the DbConnection interface

Proposed Solution

Is there a way to still provide public access to an NpgsqlConnection instance?

Other Information

No response

Acknowledgements

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

The AWS Advanced .NET Data Provider Wrapper version used

1.0.1

dotnet version used

10

Operating System and version

n/a

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or requestpending releaseChanges merged in and will be included in the next release cycle

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions